#DBC012

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

Shades of Sunflower #DBC012

Tints of Sunflower #DBC012

Color information

#DBC012 (or 0xDBC012) is unknown color: approx Sunflower. HEX triplet: DB, C0 and 12. RGB value is (219,192,18). Sum of RGB (Red+Green+Blue) = 219+192+18=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBC012 is #243FED. Grayscale: #B4B4B4. Windows color (decimal): -2375662 or 1229019. OLE color: 1229019.

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

Color convert

RGB21919218-
CMYK00.120.920.14
HSL51.94º84.81%46.47%-
HSV(B)51.94º91.78%85.88%-
XYZ48.1752.88.23-
YUV180.2436.45155.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.05%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 18 (7.42% from 255) = 4.20%
R=51.05%
G=44.76%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191921800.120.920.1451.9484.8146.47
HexDBC0120C5CE34552e
Octal33330022014134166412556
Binary11011011110000001001001100101110011101101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC012; }

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

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

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

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

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

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

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

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