#DBB408

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

Shades of Sunflower #DBB408

Tints of Sunflower #DBB408

Color information

#DBB408 (or 0xDBB408) is unknown color: approx Sunflower. HEX triplet: DB, B4 and 08. RGB value is (219,180,8). Sum of RGB (Red+Green+Blue) = 219+180+8=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 8 (3.52% from 255 or 1.97% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBB408 is #244BF7. Grayscale: #ACACAC. Windows color (decimal): -2378744 or 570587. OLE color: 570587.

HSL color Cylindrical-coordinate representation of color #DBB408: hue angle of 48.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DBB408 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB2191808-
CMYK00.180.960.14
HSL48.91º92.95%44.51%-
HSV(B)48.91º96.35%85.88%-
XYZ45.5847.727.04-
YUV172.0535.42161.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 8 (3.52% from 255) = 1.97%
R=53.81%
G=44.23%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.96
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219180800.180.960.1448.9192.9544.51
HexDBB4801260E315d2d
Octal33326410022140166113555
Binary11011011101101001000010010110000011101100011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB408; }

 p { color: rgb(219,180,8); }

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

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

 a { background-color: rgb(219,180,8); }

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

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

 span { border-color: rgb(219,180,8); }

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