Color Hex Logo

#c69d13 Color Hex

#C69D13
(198,157,19)
0 Favorites   0 Comments

Color spaces of #c69d13

RGB 19815719
HSL0.130.820.43
HSV46°90°78°
CMYK 0.000.210.90   0.22
XYZ35.463236.16675.7279
Yxy36.16670.45840.4675
Hunter Lab60.13880.016836.4501
CIE-Lab66.64713.718967.5559

#c69d13 color RGB value is (198,157,19).

#c69d13 hex color red value is 198, green value is 157 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c69d13 hue: 0.13 , saturation: 0.82 and the lightness value of c69d13 is 0.43.

The process color (four color CMYK) of #c69d13 color hex is 0.00, 0.21, 0.90, 0.22. Web safe color of #c69d13 is #cc9900. Color #c69d13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011101 00010011
Octal 306 235 23
Decimal 198 157 19
Hex C6 9D 13

RGB Percentages of Color #c69d13

%52.94
%41.98
%5.08

CMYK Percentages of Color #c69d13

%0
%21
%90
%22

Triadic Colors of #c69d13

#c69d13 #13c69d #9d13c6

Analogous Colors of #c69d13

#c69d13 #96c613 #c64413

Monochromatic Colors of #c69d13

#c69d13

Complementary Color

#c69d13 #133cc6

#c69d13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69d13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69d13 Color CSS Codes

.mybgcolor {background-color:#c69d13; } 
.myforecolor {color:#c69d13; }
.mybordercolor {border:3px solid #c69d13; }

#c69d13 Text Font Color

<p style="color:#c69d13">Text here</p>

This sample text font color is #c69d13
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c69d13 Background Color

<div style="background-color:#c69d13">
Div content here</div>

This div background color is #c69d13


#c69d13 Border Color

<div style="border:3px solid #c69d13">
Div here</div>

This div border color is #c69d13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,157,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69d13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69d13;
  -webkit-box-shadow: 1px 1px 3px 2px #c69d13;
  box-shadow:         1px 1px 3px 2px #c69d13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,157,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c69d13">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c69d13;
  -webkit-box-shadow: 1px 1px 3px 2px #c69d13;
  box-shadow:         1px 1px 3px 2px #c69d13;">
Div content here</div>

This div box has shadow with color #c69d13


Comments

No comments written yet.

Please login to write comment.