Html Css Color HEX #CAC365 Dark Khaki

📋 copy color: '#CAC365'

red 202 ◦ green 195 ◦ blue 101

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

Shades of Dark Khaki #CAC365

Tints of Dark Khaki #CAC365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 40.56%
G = 39.16%
B = 20.28%

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

#CAC365 (or 0xCAC365) is known color: Dark Khaki. HEX triplet: CA, C3 and 65. RGB value is (202,195,101). Sum of RGB (Red+Green+Blue) = 202+195+101=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC365 is #353C9A. Grayscale: #BABABA. Windows color (decimal): -3488923 or 6669258. OLE color: 6669258.

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

Color convert

RGB 202 195 101 -
CMYK 0 0.03 0.50 0.21
HSL 55.84º 0.49% 0.59% -
HSV(B) 55.84º 0.5% 0.79% -
XYZ 46.22 52.53 20.01 -
YUV 186.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 202 195 101 0 0.03 0.50 0.21 55.84 0.49 0.59
Hex CA C3 65 0 3 32 15 38 31 3B
Octal 312 303 145 0 3 62 25 70 61 73
Binary 11001010 11000011 1100101 0 11 110010 10101 111000 110001 111011

Color Harmonies of #CAC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC365

Black with #CAC365

Text Example


Text Example

White with #CAC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC365; }

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

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

background-color css

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

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

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

border-color css

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

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

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