#CDDA61

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

Shades of Wild Willow #CDDA61

Tints of Wild Willow #CDDA61

Color information

#CDDA61 (or 0xCDDA61) is unknown color: approx Wild Willow. HEX triplet: CD, DA and 61. RGB value is (205,218,97). Sum of RGB (Red+Green+Blue) = 205+218+97=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA61 is #32259E. Grayscale: #C8C8C8. Windows color (decimal): -3286431 or 6413005. OLE color: 6413005.

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

Color convert

RGB20521897-
CMYK0.0600.560.15
HSL66.45º62.05%61.76%-
HSV(B)66.45º55.5%85.49%-
XYZ52.4163.9920.9-
YUV200.3269.69131.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 218 (85.55% from 255) = 41.92%
BLUE value IS 97 (38.28% from 255) = 18.65%
R=39.42%
G=41.92%
B=18.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal205218970.0600.560.1566.4562.0561.76
HexCDDA616038F423e3e
Octal3153321416070171027676
Binary11001101110110101100001110011100011111000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDA61; }

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

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

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

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

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

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

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

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