Html Css Color HEX #D0CD5C Wild Willow

📋 copy color: '#D0CD5C'

red 208 ◦ green 205 ◦ blue 92

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

Shades of Wild Willow #D0CD5C

Tints of Wild Willow #D0CD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.22%

R = 41.19%
G = 40.59%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0CD5C (or 0xD0CD5C) is known color: Wild Willow. HEX triplet: D0, CD and 5C. RGB value is (208,205,92). Sum of RGB (Red+Green+Blue) = 208+205+92=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 92 (36.33% from 255 or 18.22% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD5C is #2F32A3. Grayscale: #C1C1C1. Windows color (decimal): -3093156 or 6082000. OLE color: 6082000.

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

Color convert

RGB 208 205 92 -
CMYK 0 0.01 0.56 0.18
HSL 58.45º 0.55% 0.59% -
HSV(B) 58.45º 0.56% 0.82% -
XYZ 49.78 57.85 18.67 -
YUV 193.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 208 205 92 0 0.01 0.56 0.18 58.45 0.55 0.59
Hex D0 CD 5C 0 1 38 12 3A 37 3B
Octal 320 315 134 0 1 70 22 72 67 73
Binary 11010000 11001101 1011100 0 1 111000 10010 111010 110111 111011

Color Harmonies of #D0CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD5C

Black with #D0CD5C

Text Example


Text Example

White with #D0CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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