Html Css Color HEX #D1B420 Sunflower

📋 copy color: '#D1B420'

red 209 ◦ green 180 ◦ blue 32

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

Shades of Sunflower #D1B420

Tints of Sunflower #D1B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.76%

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

R = 49.64%
G = 42.76%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D1B420 (or 0xD1B420) is known color: Sunflower. HEX triplet: D1, B4 and 20. RGB value is (209,180,32). Sum of RGB (Red+Green+Blue) = 209+180+32=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B420 is #2E4BDF. Grayscale: #ACACAC. Windows color (decimal): -3034080 or 2143441. OLE color: 2143441.

HSL color Cylindrical-coordinate representation of color #D1B420: hue angle of 50.17º 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 #D1B420 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 180 32 -
CMYK 0 0.14 0.85 0.18
HSL 50.17º 0.73% 0.47% -
HSV(B) 50.17º 0.85% 0.82% -
XYZ 42.88 46.3 8.04 -
YUV 171.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 209 180 32 0 0.14 0.85 0.18 50.17 0.73 0.47
Hex D1 B4 20 0 E 55 12 32 49 2F
Octal 321 264 40 0 16 125 22 62 111 57
Binary 11010001 10110100 100000 0 1110 1010101 10010 110010 1001001 101111

Color Harmonies of #D1B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B420

Black with #D1B420

Text Example


Text Example

White with #D1B420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B420; }

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

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

background-color css

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

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

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

border-color css

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

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

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