Html Css Color HEX #CAC36D Dark Khaki

📋 copy color: '#CAC36D'

red 202 ◦ green 195 ◦ blue 109

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

Shades of Dark Khaki #CAC36D

Tints of Dark Khaki #CAC36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.54%

R = 39.92%
G = 38.54%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAC36D (or 0xCAC36D) is known color: Dark Khaki. HEX triplet: CA, C3 and 6D. RGB value is (202,195,109). Sum of RGB (Red+Green+Blue) = 202+195+109=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC36D is #353C92. Grayscale: #BBBBBB. Windows color (decimal): -3488915 or 7193546. OLE color: 7193546.

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

Color convert

RGB 202 195 109 -
CMYK 0 0.03 0.46 0.21
HSL 55.48º 0.47% 0.61% -
HSV(B) 55.48º 0.46% 0.79% -
XYZ 46.63 52.69 22.18 -
YUV 187.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 202 195 109 0 0.03 0.46 0.21 55.48 0.47 0.61
Hex CA C3 6D 0 3 2E 15 37 2F 3D
Octal 312 303 155 0 3 56 25 67 57 75
Binary 11001010 11000011 1101101 0 11 101110 10101 110111 101111 111101

Color Harmonies of #CAC36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC36D

Black with #CAC36D

Text Example


Text Example

White with #CAC36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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