#C8C66D

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

Shades of Dark Khaki #C8C66D

Tints of Dark Khaki #C8C66D

Color information

#C8C66D (or 0xC8C66D) is unknown color: approx Dark Khaki. HEX triplet: C8, C6 and 6D. RGB value is (200,198,109). Sum of RGB (Red+Green+Blue) = 200+198+109=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C66D is #373992. Grayscale: #BCBCBC. Windows color (decimal): -3619219 or 7194312. OLE color: 7194312.

HSL color Cylindrical-coordinate representation of color #C8C66D: hue angle of 58.68º 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 #C8C66D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB200198109-
CMYK00.010.460.22
HSL58.68º45.27%60.59%-
HSV(B)58.68º45.5%78.43%-
XYZ46.7753.7722.38-
YUV188.4583.16136.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=39.45%
G=39.05%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019810900.010.460.2258.6845.2760.59
HexC8C66D012E163b2d3d
Octal310306155015626735575
Binary110010001100011011011010110111010110111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C66D; }

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

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

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

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

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

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

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

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