#CDD55F

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

Shades of Wild Willow #CDD55F

Tints of Wild Willow #CDD55F

Color information

#CDD55F (or 0xCDD55F) is unknown color: approx Wild Willow. HEX triplet: CD, D5 and 5F. RGB value is (205,213,95). Sum of RGB (Red+Green+Blue) = 205+213+95=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD55F is #322AA0. Grayscale: #C5C5C5. Windows color (decimal): -3287713 or 6280653. OLE color: 6280653.

HSL color Cylindrical-coordinate representation of color #CDD55F: hue angle of 64.07º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD55F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB20521395-
CMYK0.0400.550.16
HSL64.07º58.42%60.39%-
HSV(B)64.07º55.4%83.53%-
XYZ51.0461.3919.99-
YUV197.1670.35133.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 95 (37.5% from 255) = 18.52%
R=39.96%
G=41.52%
B=18.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205213950.0400.550.1664.0758.4260.39
HexCDD55F403710403a3c
Octal3153251374067201007274
Binary110011011101010110111111000110111100001000000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD55F; }

 p { color: rgb(205,213,95); }

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

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

 a { background-color: rgb(205,213,95); }

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

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

 span { border-color: rgb(205,213,95); }

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