#DBB448

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

Shades of Tulip Tree #DBB448

Tints of Tulip Tree #DBB448

Color information

#DBB448 (or 0xDBB448) is unknown color: approx Tulip Tree. HEX triplet: DB, B4 and 48. RGB value is (219,180,72). Sum of RGB (Red+Green+Blue) = 219+180+72=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB448 is #244BB7. Grayscale: #B3B3B3. Windows color (decimal): -2378680 or 4764891. OLE color: 4764891.

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

Color convert

RGB21918072-
CMYK00.180.670.14
HSL44.08º67.12%57.06%-
HSV(B)44.08º67.12%85.88%-
XYZ46.748.1712.97-
YUV179.3567.42156.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.50%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 72 (28.52% from 255) = 15.29%
R=46.50%
G=38.22%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191807200.180.670.1444.0867.1257.06
HexDBB44801243E2c4339
Octal333264110022103165410371
Binary11011011101101001001000010010100001111101011001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB448; }

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

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

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

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

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

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

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

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