#CDDA57

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

Shades of Wild Willow #CDDA57

Tints of Wild Willow #CDDA57

Color information

#CDDA57 (or 0xCDDA57) is unknown color: approx Wild Willow. HEX triplet: CD, DA and 57. RGB value is (205,218,87). Sum of RGB (Red+Green+Blue) = 205+218+87=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA57 is #3225A8. Grayscale: #C7C7C7. Windows color (decimal): -3286441 or 5757645. OLE color: 5757645.

HSL color Cylindrical-coordinate representation of color #CDDA57: hue angle of 65.95º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDDA57 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB20521887-
CMYK0.0600.600.15
HSL65.95º63.9%59.8%-
HSV(B)65.95º60.09%85.49%-
XYZ51.9763.8118.59-
YUV199.1864.69132.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 87 (34.38% from 255) = 17.06%
R=40.20%
G=42.75%
B=17.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205218870.0600.600.1565.9563.959.8
HexCDDA57603CF42403c
Octal31533212760741710210074
Binary110011011101101010101111100111100111110000101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA57; }

 p { color: rgb(205,218,87); }

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

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

 a { background-color: rgb(205,218,87); }

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

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

 span { border-color: rgb(205,218,87); }

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