Html Css Color HEX #CAC06D Dark Khaki

📋 copy color: '#CAC06D'

red 202 ◦ green 192 ◦ blue 109

#CAC06D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #CAC06D

Tints of Dark Khaki #CAC06D

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

 GREEN value IS 192 (75.39% from 255) = 38.17%

 BLUE value IS 109 (42.97% from 255) = 21.67%

R = 40.16%
G = 38.17%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAC06D (or 0xCAC06D) is known color: Dark Khaki. HEX triplet: CA, C0 and 6D. RGB value is (202,192,109). Sum of RGB (Red+Green+Blue) = 202+192+109=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06D is #353F92. Grayscale: #B9B9B9. Windows color (decimal): -3489683 or 7192778. OLE color: 7192778.

HSL color Cylindrical-coordinate representation of color #CAC06D: hue angle of 53.55º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAC06D is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 109 -
CMYK 0 0.05 0.46 0.21
HSL 53.55º 0.47% 0.61% -
HSV(B) 53.55º 0.46% 0.79% -
XYZ 45.97 51.36 21.96 -
YUV 185.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 202 192 109 0 0.05 0.46 0.21 53.55 0.47 0.61
Hex CA C0 6D 0 5 2E 15 36 2F 3D
Octal 312 300 155 0 5 56 25 66 57 75
Binary 11001010 11000000 1101101 0 101 101110 10101 110110 101111 111101

Color Harmonies of #CAC06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC06D

Black with #CAC06D

Text Example


Text Example

White with #CAC06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC06D; }

 p { color: rgb(202,192,109); }

 H1.HeaderClassName
 {
   color: #CAC06D;
 }
 .AnyTagClassName
 {
   color: #CAC06D;
 }
</style>

background-color css

<style>
 a { background-color: #CAC06D; }

 a { background-color: rgb(202,192,109); }

 div.DivClassName
 {
   background-color: #CAC06D;
 }
 .BgClassName
 {
   background-color: #CAC06D;
 }
</style>

border-color css

<style>
 span { border-color: #CAC06D; }

 span { border-color: rgb(202,192,109); }

 td.TdClassName
 {
   border-color: #CAC06D;
 }
 .TagClassName
 {
   border-color: #CAC06D;
 }
</style>