#CFCD56

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

Shades of Wild Willow #CFCD56

Tints of Wild Willow #CFCD56

Color information

#CFCD56 (or 0xCFCD56) is unknown color: approx Wild Willow. HEX triplet: CF, CD and 56. RGB value is (207,205,86). Sum of RGB (Red+Green+Blue) = 207+205+86=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD56 is #3032A9. Grayscale: #C0C0C0. Windows color (decimal): -3158698 or 5688783. OLE color: 5688783.

HSL color Cylindrical-coordinate representation of color #CFCD56: hue angle of 59.01º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFCD56 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB20720586-
CMYK00.010.580.19
HSL59.01º55.76%57.45%-
HSV(B)59.01º58.45%81.18%-
XYZ49.2457.617.33-
YUV192.0368.16138.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.57%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 86 (33.98% from 255) = 17.27%
R=41.57%
G=41.16%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2072058600.010.580.1959.0155.7657.45
HexCFCD56013A133b3839
Octal317315126017223737071
Binary110011111100110110101100111101010011111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCD56; }

 p { color: rgb(207,205,86); }

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

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

 a { background-color: rgb(207,205,86); }

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

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

 span { border-color: rgb(207,205,86); }

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