Html Css Color HEX #CAC670 Dark Khaki

📋 copy color: '#CAC670'

red 202 ◦ green 198 ◦ blue 112

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

Shades of Dark Khaki #CAC670

Tints of Dark Khaki #CAC670

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

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

R = 39.45%
G = 38.67%
B = 21.88%

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

#CAC670 (or 0xCAC670) is known color: Dark Khaki. HEX triplet: CA, C6 and 70. RGB value is (202,198,112). Sum of RGB (Red+Green+Blue) = 202+198+112=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC670 is #35398F. Grayscale: #BDBDBD. Windows color (decimal): -3488144 or 7390922. OLE color: 7390922.

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

Color convert

RGB 202 198 112 -
CMYK 0 0.02 0.45 0.21
HSL 57.33º 0.46% 0.62% -
HSV(B) 57.33º 0.45% 0.79% -
XYZ 47.48 54.11 23.27 -
YUV 189.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 202 198 112 0 0.02 0.45 0.21 57.33 0.46 0.62
Hex CA C6 70 0 2 2D 15 39 2E 3E
Octal 312 306 160 0 2 55 25 71 56 76
Binary 11001010 11000110 1110000 0 10 101101 10101 111001 101110 111110

Color Harmonies of #CAC670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC670

Black with #CAC670

Text Example


Text Example

White with #CAC670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC670; }

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

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

background-color css

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

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

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

border-color css

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

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

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