Html Css Color HEX #D0D05D Wild Willow

📋 copy color: '#D0D05D'

red 208 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #D0D05D

Tints of Wild Willow #D0D05D

RGB

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

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

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

R = 40.86%
G = 40.86%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D0D05D (or 0xD0D05D) is known color: Wild Willow. HEX triplet: D0, D0 and 5D. RGB value is (208,208,93). Sum of RGB (Red+Green+Blue) = 208+208+93=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 208 - color contains mainly: red, green. Hex color #D0D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D05D is #2F2FA2. Grayscale: #C3C3C3. Windows color (decimal): -3092387 or 6148304. OLE color: 6148304.

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

Color convert

RGB 208 208 93 -
CMYK 0 0 0.55 0.18
HSL 60º 0.55% 0.59% -
HSV(B) 60º 0.55% 0.82% -
XYZ 50.54 59.31 19.14 -
YUV 194.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 208 208 93 0 0 0.55 0.18 60 0.55 0.59
Hex D0 D0 5D 0 0 37 12 3C 37 3B
Octal 320 320 135 0 0 67 22 74 67 73
Binary 11010000 11010000 1011101 0 0 110111 10010 111100 110111 111011

Color Harmonies of #D0D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D05D

Black with #D0D05D

Text Example


Text Example

White with #D0D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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