Html Css Color HEX #CAC470 Dark Khaki

📋 copy color: '#CAC470'

red 202 ◦ green 196 ◦ blue 112

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

Shades of Dark Khaki #CAC470

Tints of Dark Khaki #CAC470

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.43%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 39.61%
G = 38.43%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAC470 (or 0xCAC470) is known color: Dark Khaki. HEX triplet: CA, C4 and 70. RGB value is (202,196,112). Sum of RGB (Red+Green+Blue) = 202+196+112=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC470 is #353B8F. Grayscale: #BCBCBC. Windows color (decimal): -3488656 or 7390410. OLE color: 7390410.

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

Color convert

RGB 202 196 112 -
CMYK 0 0.03 0.45 0.21
HSL 56º 0.46% 0.62% -
HSV(B) 56º 0.45% 0.79% -
XYZ 47.02 53.21 23.12 -
YUV 188.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 202 196 112 0 0.03 0.45 0.21 56 0.46 0.62
Hex CA C4 70 0 3 2D 15 38 2E 3E
Octal 312 304 160 0 3 55 25 70 56 76
Binary 11001010 11000100 1110000 0 11 101101 10101 111000 101110 111110

Color Harmonies of #CAC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC470

Black with #CAC470

Text Example


Text Example

White with #CAC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC470; }

 p { color: rgb(202,196,112); }

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

background-color css

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

 a { background-color: rgb(202,196,112); }

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

border-color css

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

 span { border-color: rgb(202,196,112); }

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