Html Css Color HEX #D1CD5C Wild Willow

📋 copy color: '#D1CD5C'

red 209 ◦ green 205 ◦ blue 92

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

Shades of Wild Willow #D1CD5C

Tints of Wild Willow #D1CD5C

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

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

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

R = 41.3%
G = 40.51%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1CD5C (or 0xD1CD5C) is known color: Wild Willow. HEX triplet: D1, CD and 5C. RGB value is (209,205,92). Sum of RGB (Red+Green+Blue) = 209+205+92=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD5C is #2E32A3. Grayscale: #C1C1C1. Windows color (decimal): -3027620 or 6082001. OLE color: 6082001.

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

Color convert

RGB 209 205 92 -
CMYK 0 0.02 0.56 0.18
HSL 57.95º 0.56% 0.59% -
HSV(B) 57.95º 0.56% 0.82% -
XYZ 50.06 57.99 18.68 -
YUV 193.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 209 205 92 0 0.02 0.56 0.18 57.95 0.56 0.59
Hex D1 CD 5C 0 2 38 12 3A 38 3B
Octal 321 315 134 0 2 70 22 72 70 73
Binary 11010001 11001101 1011100 0 10 111000 10010 111010 111000 111011

Color Harmonies of #D1CD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD5C

Black with #D1CD5C

Text Example


Text Example

White with #D1CD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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