#CDDC5A

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

Shades of Wild Willow #CDDC5A

Tints of Wild Willow #CDDC5A

Color information

#CDDC5A (or 0xCDDC5A) is unknown color: approx Wild Willow. HEX triplet: CD, DC and 5A. RGB value is (205,220,90). Sum of RGB (Red+Green+Blue) = 205+220+90=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC5A is #3223A5. Grayscale: #C9C9C9. Windows color (decimal): -3285926 or 5954765. OLE color: 5954765.

HSL color Cylindrical-coordinate representation of color #CDDC5A: hue angle of 66.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDDC5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB20522090-
CMYK0.0700.590.14
HSL66.92º65%60.78%-
HSV(B)66.92º59.09%86.27%-
XYZ52.6264.919.43-
YUV200.6965.53131.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 90 (35.55% from 255) = 17.48%
R=39.81%
G=42.72%
B=17.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal205220900.0700.590.1466.926560.78
HexCDDC5A703BE43413d
Octal31533413270731610310175
Binary110011011101110010110101110111011111010000111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC5A; }

 p { color: rgb(205,220,90); }

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

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

 a { background-color: rgb(205,220,90); }

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

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

 span { border-color: rgb(205,220,90); }

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