Html Css Color HEX #CAC266 Dark Khaki

📋 copy color: '#CAC266'

red 202 ◦ green 194 ◦ blue 102

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

Shades of Dark Khaki #CAC266

Tints of Dark Khaki #CAC266

RGB

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

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

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

R = 40.56%
G = 38.96%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC266 (or 0xCAC266) is known color: Dark Khaki. HEX triplet: CA, C2 and 66. RGB value is (202,194,102). Sum of RGB (Red+Green+Blue) = 202+194+102=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC266 is #353D99. Grayscale: #BABABA. Windows color (decimal): -3489178 or 6734538. OLE color: 6734538.

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

Color convert

RGB 202 194 102 -
CMYK 0 0.04 0.50 0.21
HSL 55.2º 0.49% 0.6% -
HSV(B) 55.2º 0.5% 0.79% -
XYZ 46.05 52.1 20.2 -
YUV 185.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 202 194 102 0 0.04 0.50 0.21 55.2 0.49 0.6
Hex CA C2 66 0 4 32 15 37 31 3C
Octal 312 302 146 0 4 62 25 67 61 74
Binary 11001010 11000010 1100110 0 100 110010 10101 110111 110001 111100

Color Harmonies of #CAC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC266

Black with #CAC266

Text Example


Text Example

White with #CAC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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