Html Css Color HEX #D1CD5A Wild Willow

📋 copy color: '#D1CD5A'

red 209 ◦ green 205 ◦ blue 90

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

Shades of Wild Willow #D1CD5A

Tints of Wild Willow #D1CD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.86%

R = 41.47%
G = 40.67%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1CD5A (or 0xD1CD5A) is known color: Wild Willow. HEX triplet: D1, CD and 5A. RGB value is (209,205,90). Sum of RGB (Red+Green+Blue) = 209+205+90=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CD5A is #2E32A5. Grayscale: #C1C1C1. Windows color (decimal): -3027622 or 5950929. OLE color: 5950929.

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

Color convert

RGB 209 205 90 -
CMYK 0 0.02 0.57 0.18
HSL 57.98º 0.56% 0.59% -
HSV(B) 57.98º 0.57% 0.82% -
XYZ 49.97 57.96 18.23 -
YUV 193.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 209 205 90 0 0.02 0.57 0.18 57.98 0.56 0.59
Hex D1 CD 5A 0 2 39 12 3A 38 3B
Octal 321 315 132 0 2 71 22 72 70 73
Binary 11010001 11001101 1011010 0 10 111001 10010 111010 111000 111011

Color Harmonies of #D1CD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CD5A

Black with #D1CD5A

Text Example


Text Example

White with #D1CD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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