Html Css Color HEX #CAC468 Dark Khaki

📋 copy color: '#CAC468'

red 202 ◦ green 196 ◦ blue 104

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

Shades of Dark Khaki #CAC468

Tints of Dark Khaki #CAC468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.72%

R = 40.24%
G = 39.04%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC468 (or 0xCAC468) is known color: Dark Khaki. HEX triplet: CA, C4 and 68. RGB value is (202,196,104). Sum of RGB (Red+Green+Blue) = 202+196+104=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC468 is #353B97. Grayscale: #BBBBBB. Windows color (decimal): -3488664 or 6866122. OLE color: 6866122.

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

Color convert

RGB 202 196 104 -
CMYK 0 0.03 0.49 0.21
HSL 56.33º 0.48% 0.6% -
HSV(B) 56.33º 0.49% 0.79% -
XYZ 46.6 53.04 20.88 -
YUV 187.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 202 196 104 0 0.03 0.49 0.21 56.33 0.48 0.6
Hex CA C4 68 0 3 31 15 38 30 3C
Octal 312 304 150 0 3 61 25 70 60 74
Binary 11001010 11000100 1101000 0 11 110001 10101 111000 110000 111100

Color Harmonies of #CAC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC468

Black with #CAC468

Text Example


Text Example

White with #CAC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC468; }

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

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

background-color css

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

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

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

border-color css

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

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

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