Html Css Color HEX #CAC366 Dark Khaki

📋 copy color: '#CAC366'

red 202 ◦ green 195 ◦ blue 102

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

Shades of Dark Khaki #CAC366

Tints of Dark Khaki #CAC366

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

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

R = 40.48%
G = 39.08%
B = 20.44%

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

#CAC366 (or 0xCAC366) is known color: Dark Khaki. HEX triplet: CA, C3 and 66. RGB value is (202,195,102). Sum of RGB (Red+Green+Blue) = 202+195+102=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC366 is #353C99. Grayscale: #BABABA. Windows color (decimal): -3488922 or 6734794. OLE color: 6734794.

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

Color convert

RGB 202 195 102 -
CMYK 0 0.03 0.50 0.21
HSL 55.8º 0.49% 0.6% -
HSV(B) 55.8º 0.5% 0.79% -
XYZ 46.27 52.55 20.27 -
YUV 186.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 202 195 102 0 0.03 0.50 0.21 55.8 0.49 0.6
Hex CA C3 66 0 3 32 15 38 31 3C
Octal 312 303 146 0 3 62 25 70 61 74
Binary 11001010 11000011 1100110 0 11 110010 10101 111000 110001 111100

Color Harmonies of #CAC366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC366

Black with #CAC366

Text Example


Text Example

White with #CAC366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC366; }

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

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

background-color css

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

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

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

border-color css

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

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

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