#D0D55E

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

Shades of Wild Willow #D0D55E

Tints of Wild Willow #D0D55E

Color information

#D0D55E (or 0xD0D55E) is unknown color: approx Wild Willow. HEX triplet: D0, D5 and 5E. RGB value is (208,213,94). Sum of RGB (Red+Green+Blue) = 208+213+94=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 94 (37.11% from 255 or 18.25% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D55E is #2F2AA1. Grayscale: #C6C6C6. Windows color (decimal): -3091106 or 6215120. OLE color: 6215120.

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

Color convert

RGB20821394-
CMYK0.0200.560.16
HSL62.52º58.62%60.2%-
HSV(B)62.52º55.87%83.53%-
XYZ51.8361.8119.79-
YUV197.9469.34135.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 94 (37.11% from 255) = 18.25%
R=40.39%
G=41.36%
B=18.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal208213940.0200.560.1662.5258.6260.2
HexD0D55E2038103f3b3c
Octal320325136207020777374
Binary1101000011010101101111010011100010000111111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D55E; }

 p { color: rgb(208,213,94); }

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

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

 a { background-color: rgb(208,213,94); }

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

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

 span { border-color: rgb(208,213,94); }

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