#DBC221

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

Shades of Sunflower #DBC221

Tints of Sunflower #DBC221

Color information

#DBC221 (or 0xDBC221) is unknown color: approx Sunflower. HEX triplet: DB, C2 and 21. RGB value is (219,194,33). Sum of RGB (Red+Green+Blue) = 219+194+33=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC221 is #243DDE. Grayscale: #B7B7B7. Windows color (decimal): -2375135 or 2212571. OLE color: 2212571.

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

Color convert

RGB21919433-
CMYK00.110.850.14
HSL51.94º73.81%49.41%-
HSV(B)51.94º84.93%85.88%-
XYZ48.7853.759.24-
YUV183.1243.28153.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.10%
GREEN value IS 194 (76.17% from 255) = 43.50%
BLUE value IS 33 (13.28% from 255) = 7.40%
R=49.10%
G=43.50%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191943300.110.850.1451.9473.8149.41
HexDBC2210B55E344a31
Octal33330241013125166411261
Binary110110111100001010000101011101010111101101001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC221; }

 p { color: rgb(219,194,33); }

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

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

 a { background-color: rgb(219,194,33); }

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

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

 span { border-color: rgb(219,194,33); }

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