Html Css Color HEX #D0CD60 Wild Willow

📋 copy color: '#D0CD60'

red 208 ◦ green 205 ◦ blue 96

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

Shades of Wild Willow #D0CD60

Tints of Wild Willow #D0CD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 40.86%
G = 40.28%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0CD60 (or 0xD0CD60) is known color: Wild Willow. HEX triplet: D0, CD and 60. RGB value is (208,205,96). Sum of RGB (Red+Green+Blue) = 208+205+96=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD60 is #2F329F. Grayscale: #C1C1C1. Windows color (decimal): -3093152 or 6344144. OLE color: 6344144.

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

Color convert

RGB 208 205 96 -
CMYK 0 0.01 0.54 0.18
HSL 58.39º 0.54% 0.6% -
HSV(B) 58.39º 0.54% 0.82% -
XYZ 49.96 57.92 19.61 -
YUV 193.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 208 205 96 0 0.01 0.54 0.18 58.39 0.54 0.6
Hex D0 CD 60 0 1 36 12 3A 36 3C
Octal 320 315 140 0 1 66 22 72 66 74
Binary 11010000 11001101 1100000 0 1 110110 10010 111010 110110 111100

Color Harmonies of #D0CD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD60

Black with #D0CD60

Text Example


Text Example

White with #D0CD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD60; }

 p { color: rgb(208,205,96); }

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

background-color css

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

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

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

border-color css

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

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

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