Html Css Color HEX #D0D057 Wild Willow

📋 copy color: '#D0D057'

red 208 ◦ green 208 ◦ blue 87

#D0D057
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #D0D057

Tints of Wild Willow #D0D057

RGB

 RED value IS 208 (81.64% from 255) = 41.35%

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 87 (34.38% from 255) = 17.3%

R = 41.35%
G = 41.35%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0D057 (or 0xD0D057) is known color: Wild Willow. HEX triplet: D0, D0 and 57. RGB value is (208,208,87). Sum of RGB (Red+Green+Blue) = 208+208+87=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D057 is #2F2FA8. Grayscale: #C2C2C2. Windows color (decimal): -3092393 or 5755088. OLE color: 5755088.

HSL color Cylindrical-coordinate representation of color #D0D057: hue angle of 60º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0D057 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 208 87 -
CMYK 0 0 0.58 0.18
HSL 60º 0.56% 0.58% -
HSV(B) 60º 0.58% 0.82% -
XYZ 50.29 59.21 17.79 -
YUV 194.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 208 208 87 0 0 0.58 0.18 60 0.56 0.58
Hex D0 D0 57 0 0 3A 12 3C 38 3A
Octal 320 320 127 0 0 72 22 74 70 72
Binary 11010000 11010000 1010111 0 0 111010 10010 111100 111000 111010

Color Harmonies of #D0D057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D057

Black with #D0D057

Text Example


Text Example

White with #D0D057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D057; }

 p { color: rgb(208,208,87); }

 H1.HeaderClassName
 {
   color: #D0D057;
 }
 .AnyTagClassName
 {
   color: #D0D057;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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