Html Css Color HEX #D0D25D Wild Willow

📋 copy color: '#D0D25D'

red 208 ◦ green 210 ◦ blue 93

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

Shades of Wild Willow #D0D25D

Tints of Wild Willow #D0D25D

RGB

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

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

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

R = 40.7%
G = 41.1%
B = 18.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0D25D (or 0xD0D25D) is known color: Wild Willow. HEX triplet: D0, D2 and 5D. RGB value is (208,210,93). Sum of RGB (Red+Green+Blue) = 208+210+93=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D25D is #2F2DA2. Grayscale: #C4C4C4. Windows color (decimal): -3091875 or 6148816. OLE color: 6148816.

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

Color convert

RGB 208 210 93 -
CMYK 0.01 0 0.56 0.18
HSL 61.03º 0.57% 0.59% -
HSV(B) 61.03º 0.56% 0.82% -
XYZ 51.03 60.29 19.3 -
YUV 196.06 69.84 136.51 -
System Red Green Blue C M Y K H S L
Decimal 208 210 93 0.01 0 0.56 0.18 61.03 0.57 0.59
Hex D0 D2 5D 1 0 38 12 3D 39 3B
Octal 320 322 135 1 0 70 22 75 71 73
Binary 11010000 11010010 1011101 1 0 111000 10010 111101 111001 111011

Color Harmonies of #D0D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D25D

Black with #D0D25D

Text Example


Text Example

White with #D0D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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