Html Css Color HEX #CAC069 Dark Khaki

📋 copy color: '#CAC069'

red 202 ◦ green 192 ◦ blue 105

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

Shades of Dark Khaki #CAC069

Tints of Dark Khaki #CAC069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.04%

R = 40.48%
G = 38.48%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAC069 (or 0xCAC069) is known color: Dark Khaki. HEX triplet: CA, C0 and 69. RGB value is (202,192,105). Sum of RGB (Red+Green+Blue) = 202+192+105=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC069 is #353F96. Grayscale: #B9B9B9. Windows color (decimal): -3489687 or 6930634. OLE color: 6930634.

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

Color convert

RGB 202 192 105 -
CMYK 0 0.05 0.48 0.21
HSL 53.81º 0.48% 0.6% -
HSV(B) 53.81º 0.48% 0.79% -
XYZ 45.76 51.28 20.85 -
YUV 185.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 202 192 105 0 0.05 0.48 0.21 53.81 0.48 0.6
Hex CA C0 69 0 5 30 15 36 30 3C
Octal 312 300 151 0 5 60 25 66 60 74
Binary 11001010 11000000 1101001 0 101 110000 10101 110110 110000 111100

Color Harmonies of #CAC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC069

Black with #CAC069

Text Example


Text Example

White with #CAC069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC069; }

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

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

background-color css

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

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

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

border-color css

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

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

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