#CFD160

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

Shades of Wild Willow #CFD160

Tints of Wild Willow #CFD160

Color information

#CFD160 (or 0xCFD160) is unknown color: approx Wild Willow. HEX triplet: CF, D1 and 60. RGB value is (207,209,96). Sum of RGB (Red+Green+Blue) = 207+209+96=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 209 (82.03% from 255 or 40.82% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD160 is #302E9F. Grayscale: #C3C3C3. Windows color (decimal): -3157664 or 6345167. OLE color: 6345167.

HSL color Cylindrical-coordinate representation of color #CFD160: hue angle of 61.06º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFD160 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20720996-
CMYK0.0100.540.18
HSL61.06º55.12%59.8%-
HSV(B)61.06º54.07%81.96%-
XYZ50.6459.7119.92-
YUV195.5271.84136.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 209 (82.03% from 255) = 40.82%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=40.43%
G=40.82%
B=18.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207209960.0100.540.1861.0655.1259.8
HexCFD1601036123d373c
Octal317321140106622756774
Binary110011111101000111000001011011010010111101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD160; }

 p { color: rgb(207,209,96); }

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

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

 a { background-color: rgb(207,209,96); }

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

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

 span { border-color: rgb(207,209,96); }

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