Html Css Color HEX #CAC466 Dark Khaki

📋 copy color: '#CAC466'

red 202 ◦ green 196 ◦ blue 102

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

Shades of Dark Khaki #CAC466

Tints of Dark Khaki #CAC466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 40.4%
G = 39.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC466 (or 0xCAC466) is known color: Dark Khaki. HEX triplet: CA, C4 and 66. RGB value is (202,196,102). Sum of RGB (Red+Green+Blue) = 202+196+102=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC466 is #353B99. Grayscale: #BBBBBB. Windows color (decimal): -3488666 or 6735050. OLE color: 6735050.

HSL color Cylindrical-coordinate representation of color #CAC466: hue angle of 56.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CAC466 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 196 102 -
CMYK 0 0.03 0.50 0.21
HSL 56.4º 0.49% 0.6% -
HSV(B) 56.4º 0.5% 0.79% -
XYZ 46.5 53 20.35 -
YUV 187.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 202 196 102 0 0.03 0.50 0.21 56.4 0.49 0.6
Hex CA C4 66 0 3 32 15 38 31 3C
Octal 312 304 146 0 3 62 25 70 61 74
Binary 11001010 11000100 1100110 0 11 110010 10101 111000 110001 111100

Color Harmonies of #CAC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC466

Black with #CAC466

Text Example


Text Example

White with #CAC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC466; }

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

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

background-color css

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

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

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

border-color css

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

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

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