#D8B821

Color #D8B821 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #D8B821

Tints of Sunflower #D8B821

Color information

#D8B821 (or 0xD8B821) is unknown color: approx Sunflower. HEX triplet: D8, B8 and 21. RGB value is (216,184,33). Sum of RGB (Red+Green+Blue) = 216+184+33=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B821 is #2747DE. Grayscale: #B0B0B0. Windows color (decimal): -2574303 or 2210008. OLE color: 2210008.

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

Color convert

RGB21618433-
CMYK00.150.850.15
HSL49.51º73.49%48.82%-
HSV(B)49.51º84.72%84.71%-
XYZ45.7348.998.48-
YUV176.3547.1156.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 33 (13.28% from 255) = 7.62%
R=49.88%
G=42.49%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161843300.150.850.1549.5173.4948.82
HexD8B8210F55F324931
Octal33027041017125176211161
Binary110110001011100010000101111101010111111100101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B821; }

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

 H1.HeaderClassName
 {
   color: #D8B821;
 }
 .AnyTagClassName
 {
   color: #D8B821;
 }
</style>
background-color css

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

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

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

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

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

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