#C9C56F

Color #C9C56F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C9C56F

Tints of Dark Khaki #C9C56F

Color information

#C9C56F (or 0xC9C56F) is unknown color: approx Dark Khaki. HEX triplet: C9, C5 and 6F. RGB value is (201,197,111). Sum of RGB (Red+Green+Blue) = 201+197+111=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 111 (43.75% from 255 or 21.81% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C56F is #363A90. Grayscale: #BCBCBC. Windows color (decimal): -3553937 or 7325129. OLE color: 7325129.

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

Color convert

RGB201197111-
CMYK00.020.450.21
HSL57.33º45.45%61.18%-
HSV(B)57.33º44.78%78.82%-
XYZ46.9253.522.89-
YUV188.3984.33136.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 111 (43.75% from 255) = 21.81%
R=39.49%
G=38.70%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119711100.020.450.2157.3345.4561.18
HexC9C56F022D15392d3d
Octal311305157025525715575
Binary1100100111000101110111101010110110101111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C56F; }

 p { color: rgb(201,197,111); }

 H1.HeaderClassName
 {
   color: #C9C56F;
 }
 .AnyTagClassName
 {
   color: #C9C56F;
 }
</style>
background-color css

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

 a { background-color: rgb(201,197,111); }

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

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

 span { border-color: rgb(201,197,111); }

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