Html Css Color HEX #D0D55D Wild Willow

📋 copy color: '#D0D55D'

red 208 ◦ green 213 ◦ blue 93

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

Shades of Wild Willow #D0D55D

Tints of Wild Willow #D0D55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.44%

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

R = 40.47%
G = 41.44%
B = 18.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D0D55D (or 0xD0D55D) is known color: Wild Willow. HEX triplet: D0, D5 and 5D. RGB value is (208,213,93). Sum of RGB (Red+Green+Blue) = 208+213+93=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D55D is #2F2AA2. Grayscale: #C6C6C6. Windows color (decimal): -3091107 or 6149584. OLE color: 6149584.

HSL color Cylindrical-coordinate representation of color #D0D55D: hue angle of 62.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0D55D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 93 -
CMYK 0.02 0 0.56 0.16
HSL 62.5º 0.59% 0.6% -
HSV(B) 62.5º 0.56% 0.84% -
XYZ 51.78 61.79 19.55 -
YUV 197.83 68.84 135.26 -
System Red Green Blue C M Y K H S L
Decimal 208 213 93 0.02 0 0.56 0.16 62.5 0.59 0.6
Hex D0 D5 5D 2 0 38 10 3F 3B 3C
Octal 320 325 135 2 0 70 20 77 73 74
Binary 11010000 11010101 1011101 10 0 111000 10000 111111 111011 111100

Color Harmonies of #D0D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D55D

Black with #D0D55D

Text Example


Text Example

White with #D0D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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