#C8C56D

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

Shades of Dark Khaki #C8C56D

Tints of Dark Khaki #C8C56D

Color information

#C8C56D (or 0xC8C56D) is unknown color: approx Dark Khaki. HEX triplet: C8, C5 and 6D. RGB value is (200,197,109). Sum of RGB (Red+Green+Blue) = 200+197+109=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56D is #373A92. Grayscale: #BCBCBC. Windows color (decimal): -3619475 or 7194056. OLE color: 7194056.

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

Color convert

RGB200197109-
CMYK00.020.460.22
HSL58.02º45.27%60.59%-
HSV(B)58.02º45.5%78.43%-
XYZ46.5553.3222.31-
YUV187.8683.49136.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=39.53%
G=38.93%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019710900.020.460.2258.0245.2760.59
HexC8C56D022E163a2d3d
Octal310305155025626725575
Binary1100100011000101110110101010111010110111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C56D; }

 p { color: rgb(200,197,109); }

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

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

 a { background-color: rgb(200,197,109); }

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

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

 span { border-color: rgb(200,197,109); }

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