Html Css Color HEX #CAC56E Dark Khaki

📋 copy color: '#CAC56E'

red 202 ◦ green 197 ◦ blue 110

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

Shades of Dark Khaki #CAC56E

Tints of Dark Khaki #CAC56E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

 BLUE value IS 110 (43.36% from 255) = 21.61%

R = 39.69%
G = 38.7%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAC56E (or 0xCAC56E) is known color: Dark Khaki. HEX triplet: CA, C5 and 6E. RGB value is (202,197,110). Sum of RGB (Red+Green+Blue) = 202+197+110=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC56E is #353A91. Grayscale: #BCBCBC. Windows color (decimal): -3488402 or 7259594. OLE color: 7259594.

HSL color Cylindrical-coordinate representation of color #CAC56E: hue angle of 56.74º degrees, saturation: 0.46, 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 #CAC56E is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 197 110 -
CMYK 0 0.02 0.46 0.21
HSL 56.74º 0.46% 0.61% -
HSV(B) 56.74º 0.46% 0.79% -
XYZ 47.14 53.61 22.62 -
YUV 188.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 202 197 110 0 0.02 0.46 0.21 56.74 0.46 0.61
Hex CA C5 6E 0 2 2E 15 39 2E 3D
Octal 312 305 156 0 2 56 25 71 56 75
Binary 11001010 11000101 1101110 0 10 101110 10101 111001 101110 111101

Color Harmonies of #CAC56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC56E

Black with #CAC56E

Text Example


Text Example

White with #CAC56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC56E; }

 p { color: rgb(202,197,110); }

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

background-color css

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

 a { background-color: rgb(202,197,110); }

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

border-color css

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

 span { border-color: rgb(202,197,110); }

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