Html Css Color HEX #CAC370 Dark Khaki

📋 copy color: '#CAC370'

red 202 ◦ green 195 ◦ blue 112

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

Shades of Dark Khaki #CAC370

Tints of Dark Khaki #CAC370

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

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

R = 39.69%
G = 38.31%
B = 22%

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

#CAC370 (or 0xCAC370) is known color: Dark Khaki. HEX triplet: CA, C3 and 70. RGB value is (202,195,112). Sum of RGB (Red+Green+Blue) = 202+195+112=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC370 is #353C8F. Grayscale: #BBBBBB. Windows color (decimal): -3488912 or 7390154. OLE color: 7390154.

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

Color convert

RGB 202 195 112 -
CMYK 0 0.03 0.45 0.21
HSL 55.33º 0.46% 0.62% -
HSV(B) 55.33º 0.45% 0.79% -
XYZ 46.8 52.76 23.05 -
YUV 187.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 202 195 112 0 0.03 0.45 0.21 55.33 0.46 0.62
Hex CA C3 70 0 3 2D 15 37 2E 3E
Octal 312 303 160 0 3 55 25 67 56 76
Binary 11001010 11000011 1110000 0 11 101101 10101 110111 101110 111110

Color Harmonies of #CAC370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC370

Black with #CAC370

Text Example


Text Example

White with #CAC370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC370; }

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

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

background-color css

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

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

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

border-color css

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

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

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