Html Css Color HEX #CAC271 Dark Khaki

📋 copy color: '#CAC271'

red 202 ◦ green 194 ◦ blue 113

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

Shades of Dark Khaki #CAC271

Tints of Dark Khaki #CAC271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.11%

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

R = 39.69%
G = 38.11%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CAC271 (or 0xCAC271) is known color: Dark Khaki. HEX triplet: CA, C2 and 71. RGB value is (202,194,113). Sum of RGB (Red+Green+Blue) = 202+194+113=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC271 is #353D8E. Grayscale: #BBBBBB. Windows color (decimal): -3489167 or 7455434. OLE color: 7455434.

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

Color convert

RGB 202 194 113 -
CMYK 0 0.04 0.44 0.21
HSL 54.61º 0.46% 0.62% -
HSV(B) 54.61º 0.44% 0.79% -
XYZ 46.63 52.33 23.27 -
YUV 187.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 202 194 113 0 0.04 0.44 0.21 54.61 0.46 0.62
Hex CA C2 71 0 4 2C 15 37 2E 3E
Octal 312 302 161 0 4 54 25 67 56 76
Binary 11001010 11000010 1110001 0 100 101100 10101 110111 101110 111110

Color Harmonies of #CAC271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC271

Black with #CAC271

Text Example


Text Example

White with #CAC271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC271; }

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

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

background-color css

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

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

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

border-color css

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

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

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