#C8C75D

Color #C8C75D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C8C75D

Tints of Wild Willow #C8C75D

Color information

#C8C75D (or 0xC8C75D) is unknown color: approx Wild Willow. HEX triplet: C8, C7 and 5D. RGB value is (200,199,93). Sum of RGB (Red+Green+Blue) = 200+199+93=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C75D is #3738A2. Grayscale: #BBBBBB. Windows color (decimal): -3618979 or 6145992. OLE color: 6145992.

HSL color Cylindrical-coordinate representation of color #C8C75D: hue angle of 59.44º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8C75D is Cyan = 0, Magento = 0.00, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20019993-
CMYK00.000.540.22
HSL59.44º49.31%57.45%-
HSV(B)59.44º53.5%78.43%-
XYZ46.2253.9218.33-
YUV187.2274.83137.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 199 (78.12% from 255) = 40.45%
BLUE value IS 93 (36.72% from 255) = 18.90%
R=40.65%
G=40.45%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001999300.000.540.2259.4449.3157.45
HexC8C75D0036163b3139
Octal310307135006626736171
Binary110010001100011110111010011011010110111011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C75D; }

 p { color: rgb(200,199,93); }

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

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

 a { background-color: rgb(200,199,93); }

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

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

 span { border-color: rgb(200,199,93); }

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