Html Css Color HEX #CAC06F Dark Khaki

📋 copy color: '#CAC06F'

red 202 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #CAC06F

Tints of Dark Khaki #CAC06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 40%
G = 38.02%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAC06F (or 0xCAC06F) is known color: Dark Khaki. HEX triplet: CA, C0 and 6F. RGB value is (202,192,111). Sum of RGB (Red+Green+Blue) = 202+192+111=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC06F is #353F90. Grayscale: #BABABA. Windows color (decimal): -3489681 or 7323850. OLE color: 7323850.

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

Color convert

RGB 202 192 111 -
CMYK 0 0.05 0.45 0.21
HSL 53.41º 0.46% 0.61% -
HSV(B) 53.41º 0.45% 0.79% -
XYZ 46.08 51.4 22.53 -
YUV 185.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 202 192 111 0 0.05 0.45 0.21 53.41 0.46 0.61
Hex CA C0 6F 0 5 2D 15 35 2E 3D
Octal 312 300 157 0 5 55 25 65 56 75
Binary 11001010 11000000 1101111 0 101 101101 10101 110101 101110 111101

Color Harmonies of #CAC06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC06F

Black with #CAC06F

Text Example


Text Example

White with #CAC06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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