#CDCF56

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

Shades of Wild Willow #CDCF56

Tints of Wild Willow #CDCF56

Color information

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

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

Color convert

RGB20520786-
CMYK0.0100.580.19
HSL60.99º55.76%57.45%-
HSV(B)60.99º58.45%81.18%-
XYZ49.1758.2817.46-
YUV192.6167.84136.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205207860.0100.580.1960.9955.7657.45
HexCDCF56103A133d3839
Octal315317126107223757071
Binary110011011100111110101101011101010011111101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF56; }

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

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

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

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

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

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

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

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