#C8C16F

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

Shades of Dark Khaki #C8C16F

Tints of Dark Khaki #C8C16F

Color information

#C8C16F (or 0xC8C16F) is unknown color: approx Dark Khaki. HEX triplet: C8, C1 and 6F. RGB value is (200,193,111). Sum of RGB (Red+Green+Blue) = 200+193+111=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C16F is #373E90. Grayscale: #BABABA. Windows color (decimal): -3620497 or 7324104. OLE color: 7324104.

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

Color convert

RGB200193111-
CMYK00.040.440.22
HSL55.28º44.72%60.98%-
HSV(B)55.28º44.5%78.43%-
XYZ45.7651.5722.58-
YUV185.7485.82138.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=39.68%
G=38.29%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019311100.040.440.2255.2844.7260.98
HexC8C16F042C16372d3d
Octal310301157045426675575
Binary11001000110000011101111010010110010110110111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C16F; }

 p { color: rgb(200,193,111); }

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

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

 a { background-color: rgb(200,193,111); }

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

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

 span { border-color: rgb(200,193,111); }

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