#CDD65F

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

Shades of Wild Willow #CDD65F

Tints of Wild Willow #CDD65F

Color information

#CDD65F (or 0xCDD65F) is unknown color: approx Wild Willow. HEX triplet: CD, D6 and 5F. RGB value is (205,214,95). Sum of RGB (Red+Green+Blue) = 205+214+95=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65F is #3229A0. Grayscale: #C6C6C6. Windows color (decimal): -3287457 or 6280909. OLE color: 6280909.

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

Color convert

RGB20521495-
CMYK0.0400.560.16
HSL64.54º59.2%60.59%-
HSV(B)64.54º55.61%83.92%-
XYZ51.2961.920.07-
YUV197.7470.02133.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 214 (83.98% from 255) = 41.63%
BLUE value IS 95 (37.5% from 255) = 18.48%
R=39.88%
G=41.63%
B=18.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal205214950.0400.560.1664.5459.260.59
HexCDD65F403810413b3d
Octal3153261374070201017375
Binary110011011101011010111111000111000100001000001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD65F; }

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

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

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

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

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

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

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

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