Html Css Color HEX #CAC570 Dark Khaki

📋 copy color: '#CAC570'

red 202 ◦ green 197 ◦ blue 112

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

Shades of Dark Khaki #CAC570

Tints of Dark Khaki #CAC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.55%

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

R = 39.53%
G = 38.55%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CAC570 (or 0xCAC570) is known color: Dark Khaki. HEX triplet: CA, C5 and 70. RGB value is (202,197,112). Sum of RGB (Red+Green+Blue) = 202+197+112=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC570 is #353A8F. Grayscale: #BDBDBD. Windows color (decimal): -3488400 or 7390666. OLE color: 7390666.

HSL color Cylindrical-coordinate representation of color #CAC570: hue angle of 56.67º 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 #CAC570 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 112 -
CMYK 0 0.02 0.45 0.21
HSL 56.67º 0.46% 0.62% -
HSV(B) 56.67º 0.45% 0.79% -
XYZ 47.25 53.66 23.2 -
YUV 188.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 202 197 112 0 0.02 0.45 0.21 56.67 0.46 0.62
Hex CA C5 70 0 2 2D 15 39 2E 3E
Octal 312 305 160 0 2 55 25 71 56 76
Binary 11001010 11000101 1110000 0 10 101101 10101 111001 101110 111110

Color Harmonies of #CAC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC570

Black with #CAC570

Text Example


Text Example

White with #CAC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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