Html Css Color HEX #D1D05D Wild Willow

📋 copy color: '#D1D05D'

red 209 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #D1D05D

Tints of Wild Willow #D1D05D

RGB

 RED value IS 209 (82.03% from 255) = 40.98%

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

 BLUE value IS 93 (36.72% from 255) = 18.24%

R = 40.98%
G = 40.78%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1D05D (or 0xD1D05D) is known color: Wild Willow. HEX triplet: D1, D0 and 5D. RGB value is (209,208,93). Sum of RGB (Red+Green+Blue) = 209+208+93=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D05D is #2E2FA2. Grayscale: #C3C3C3. Windows color (decimal): -3026851 or 6148305. OLE color: 6148305.

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

Color convert

RGB 209 208 93 -
CMYK 0 0.00 0.56 0.18
HSL 59.48º 0.56% 0.59% -
HSV(B) 59.48º 0.56% 0.82% -
XYZ 50.83 59.46 19.15 -
YUV 195.19 70.33 137.85 -
System Red Green Blue C M Y K H S L
Decimal 209 208 93 0 0.00 0.56 0.18 59.48 0.56 0.59
Hex D1 D0 5D 0 0 38 12 3B 38 3B
Octal 321 320 135 0 0 70 22 73 70 73
Binary 11010001 11010000 1011101 0 0 111000 10010 111011 111000 111011

Color Harmonies of #D1D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D05D

Black with #D1D05D

Text Example


Text Example

White with #D1D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D05D; }

 p { color: rgb(209,208,93); }

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

background-color css

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

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

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

border-color css

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

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

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