Html Css Color HEX #D8B820 Sunflower

📋 copy color: '#D8B820'

red 216 ◦ green 184 ◦ blue 32

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

Shades of Sunflower #D8B820

Tints of Sunflower #D8B820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.59%

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

R = 50%
G = 42.59%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8B820 (or 0xD8B820) is known color: Sunflower. HEX triplet: D8, B8 and 20. RGB value is (216,184,32). Sum of RGB (Red+Green+Blue) = 216+184+32=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B820 is #2747DF. Grayscale: #B0B0B0. Windows color (decimal): -2574304 or 2144472. OLE color: 2144472.

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

Color convert

RGB 216 184 32 -
CMYK 0 0.15 0.85 0.15
HSL 49.57º 0.74% 0.49% -
HSV(B) 49.57º 0.85% 0.85% -
XYZ 45.72 48.98 8.41 -
YUV 176.24 46.6 156.36 -
System Red Green Blue C M Y K H S L
Decimal 216 184 32 0 0.15 0.85 0.15 49.57 0.74 0.49
Hex D8 B8 20 0 F 55 F 32 4A 31
Octal 330 270 40 0 17 125 17 62 112 61
Binary 11011000 10111000 100000 0 1111 1010101 1111 110010 1001010 110001

Color Harmonies of #D8B820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B820

Black with #D8B820

Text Example


Text Example

White with #D8B820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B820; }

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

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

background-color css

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

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

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

border-color css

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

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

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