#DBB442

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

Shades of Tulip Tree #DBB442

Tints of Tulip Tree #DBB442

Color information

#DBB442 (or 0xDBB442) is unknown color: approx Tulip Tree. HEX triplet: DB, B4 and 42. RGB value is (219,180,66). Sum of RGB (Red+Green+Blue) = 219+180+66=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB442 is #244BBD. Grayscale: #B3B3B3. Windows color (decimal): -2378686 or 4371675. OLE color: 4371675.

HSL color Cylindrical-coordinate representation of color #DBB442: hue angle of 44.71º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBB442 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21918066-
CMYK00.180.700.14
HSL44.71º68%55.88%-
HSV(B)44.71º69.86%85.88%-
XYZ46.5248.111.99-
YUV178.6664.42156.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 66 (26.17% from 255) = 14.19%
R=47.10%
G=38.71%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191806600.180.700.1444.716855.88
HexDBB44201246E2d4438
Octal333264102022106165510470
Binary11011011101101001000010010010100011011101011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB442; }

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

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

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

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

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

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

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

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