Html Css Color HEX #D1D25D Wild Willow

📋 copy color: '#D1D25D'

red 209 ◦ green 210 ◦ blue 93

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

Shades of Wild Willow #D1D25D

Tints of Wild Willow #D1D25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 40.82%
G = 41.02%
B = 18.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1D25D (or 0xD1D25D) is known color: Wild Willow. HEX triplet: D1, D2 and 5D. RGB value is (209,210,93). Sum of RGB (Red+Green+Blue) = 209+210+93=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D25D is #2E2DA2. Grayscale: #C4C4C4. Windows color (decimal): -3026339 or 6148817. OLE color: 6148817.

HSL color Cylindrical-coordinate representation of color #D1D25D: hue angle of 60.51º degrees, saturation: 0.57, 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 #D1D25D is Cyan = 0.00, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 210 93 -
CMYK 0.00 0 0.56 0.18
HSL 60.51º 0.57% 0.59% -
HSV(B) 60.51º 0.56% 0.82% -
XYZ 51.32 60.44 19.32 -
YUV 196.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 209 210 93 0.00 0 0.56 0.18 60.51 0.57 0.59
Hex D1 D2 5D 0 0 38 12 3D 39 3B
Octal 321 322 135 0 0 70 22 75 71 73
Binary 11010001 11010010 1011101 0 0 111000 10010 111101 111001 111011

Color Harmonies of #D1D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D25D

Black with #D1D25D

Text Example


Text Example

White with #D1D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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