Html Css Color HEX #D8B520 Sunflower

📋 copy color: '#D8B520'

red 216 ◦ green 181 ◦ blue 32

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

Shades of Sunflower #D8B520

Tints of Sunflower #D8B520

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

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

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

R = 50.35%
G = 42.19%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8B520 (or 0xD8B520) is known color: Sunflower. HEX triplet: D8, B5 and 20. RGB value is (216,181,32). Sum of RGB (Red+Green+Blue) = 216+181+32=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B520 is #274ADF. Grayscale: #AFAFAF. Windows color (decimal): -2575072 or 2143704. OLE color: 2143704.

HSL color Cylindrical-coordinate representation of color #D8B520: hue angle of 48.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8B520 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 32 -
CMYK 0 0.16 0.85 0.15
HSL 48.59º 0.74% 0.49% -
HSV(B) 48.59º 0.85% 0.85% -
XYZ 45.1 47.75 8.21 -
YUV 174.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 216 181 32 0 0.16 0.85 0.15 48.59 0.74 0.49
Hex D8 B5 20 0 10 55 F 31 4A 31
Octal 330 265 40 0 20 125 17 61 112 61
Binary 11011000 10110101 100000 0 10000 1010101 1111 110001 1001010 110001

Color Harmonies of #D8B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B520

Black with #D8B520

Text Example


Text Example

White with #D8B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B520; }

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

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

background-color css

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

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

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

border-color css

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

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

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