#DBC022

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

Shades of Sunflower #DBC022

Tints of Sunflower #DBC022

Color information

#DBC022 (or 0xDBC022) is unknown color: approx Sunflower. HEX triplet: DB, C0 and 22. RGB value is (219,192,34). Sum of RGB (Red+Green+Blue) = 219+192+34=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 34 (13.67% from 255 or 7.64% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC022 is #243FDD. Grayscale: #B6B6B6. Windows color (decimal): -2375646 or 2277595. OLE color: 2277595.

HSL color Cylindrical-coordinate representation of color #DBC022: hue angle of 51.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBC022 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB21919234-
CMYK00.120.840.14
HSL51.24º73.12%49.61%-
HSV(B)51.24º84.47%85.88%-
XYZ48.3552.879.17-
YUV182.0644.45154.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 192 (75.39% from 255) = 43.15%
BLUE value IS 34 (13.67% from 255) = 7.64%
R=49.21%
G=43.15%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191923400.120.840.1451.2473.1249.61
HexDBC0220C54E334932
Octal33330042014124166311162
Binary110110111100000010001001100101010011101100111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC022; }

 p { color: rgb(219,192,34); }

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

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

 a { background-color: rgb(219,192,34); }

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

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

 span { border-color: rgb(219,192,34); }

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