Html Css Color HEX #D1B520 Sunflower

📋 copy color: '#D1B520'

red 209 ◦ green 181 ◦ blue 32

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

Shades of Sunflower #D1B520

Tints of Sunflower #D1B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 49.53%
G = 42.89%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1B520 (or 0xD1B520) is known color: Sunflower. HEX triplet: D1, B5 and 20. RGB value is (209,181,32). Sum of RGB (Red+Green+Blue) = 209+181+32=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B520 is #2E4ADF. Grayscale: #ADADAD. Windows color (decimal): -3033824 or 2143697. OLE color: 2143697.

HSL color Cylindrical-coordinate representation of color #D1B520: hue angle of 50.51º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1B520 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 32 -
CMYK 0 0.13 0.85 0.18
HSL 50.51º 0.73% 0.47% -
HSV(B) 50.51º 0.85% 0.82% -
XYZ 43.08 46.71 8.11 -
YUV 172.39 48.78 154.12 -
System Red Green Blue C M Y K H S L
Decimal 209 181 32 0 0.13 0.85 0.18 50.51 0.73 0.47
Hex D1 B5 20 0 D 55 12 33 49 2F
Octal 321 265 40 0 15 125 22 63 111 57
Binary 11010001 10110101 100000 0 1101 1010101 10010 110011 1001001 101111

Color Harmonies of #D1B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B520

Black with #D1B520

Text Example


Text Example

White with #D1B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B520; }

 p { color: rgb(209,181,32); }

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

background-color css

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

 a { background-color: rgb(209,181,32); }

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

border-color css

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

 span { border-color: rgb(209,181,32); }

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