Html Css Color HEX #CAC471 Dark Khaki

📋 copy color: '#CAC471'

red 202 ◦ green 196 ◦ blue 113

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

Shades of Dark Khaki #CAC471

Tints of Dark Khaki #CAC471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 39.53%
G = 38.36%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAC471 (or 0xCAC471) is known color: Dark Khaki. HEX triplet: CA, C4 and 71. RGB value is (202,196,113). Sum of RGB (Red+Green+Blue) = 202+196+113=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC471 is #353B8E. Grayscale: #BCBCBC. Windows color (decimal): -3488655 or 7455946. OLE color: 7455946.

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

Color convert

RGB 202 196 113 -
CMYK 0 0.03 0.44 0.21
HSL 55.96º 0.46% 0.62% -
HSV(B) 55.96º 0.44% 0.79% -
XYZ 47.08 53.23 23.42 -
YUV 188.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 202 196 113 0 0.03 0.44 0.21 55.96 0.46 0.62
Hex CA C4 71 0 3 2C 15 38 2E 3E
Octal 312 304 161 0 3 54 25 70 56 76
Binary 11001010 11000100 1110001 0 11 101100 10101 111000 101110 111110

Color Harmonies of #CAC471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC471

Black with #CAC471

Text Example


Text Example

White with #CAC471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC471; }

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

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

background-color css

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

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

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

border-color css

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

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

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