#CDD35B

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

Shades of Wild Willow #CDD35B

Tints of Wild Willow #CDD35B

Color information

#CDD35B (or 0xCDD35B) is unknown color: approx Wild Willow. HEX triplet: CD, D3 and 5B. RGB value is (205,211,91). Sum of RGB (Red+Green+Blue) = 205+211+91=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD35B is #322CA4. Grayscale: #C4C4C4. Windows color (decimal): -3288229 or 6017997. OLE color: 6017997.

HSL color Cylindrical-coordinate representation of color #CDD35B: hue angle of 63º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD35B is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB20521191-
CMYK0.0300.570.17
HSL63º57.69%59.22%-
HSV(B)63º56.87%82.75%-
XYZ50.3660.3218.89-
YUV195.5369.01134.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 91 (35.94% from 255) = 17.95%
R=40.43%
G=41.62%
B=17.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal205211910.0300.570.176357.6959.22
HexCDD35B3039113f3a3b
Octal315323133307121777273
Binary1100110111010011101101111011100110001111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD35B; }

 p { color: rgb(205,211,91); }

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

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

 a { background-color: rgb(205,211,91); }

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

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

 span { border-color: rgb(205,211,91); }

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