#DBAC48

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

Shades of Tulip Tree #DBAC48

Tints of Tulip Tree #DBAC48

Color information

#DBAC48 (or 0xDBAC48) is unknown color: approx Tulip Tree. HEX triplet: DB, AC and 48. RGB value is (219,172,72). Sum of RGB (Red+Green+Blue) = 219+172+72=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC48 is #2453B7. Grayscale: #AFAFAF. Windows color (decimal): -2380728 or 4762843. OLE color: 4762843.

HSL color Cylindrical-coordinate representation of color #DBAC48: hue angle of 40.82º 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 #DBAC48 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB21917272-
CMYK00.210.670.14
HSL40.82º67.12%57.06%-
HSV(B)40.82º67.12%85.88%-
XYZ45.1445.0312.44-
YUV174.6570.07159.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 72 (28.52% from 255) = 15.55%
R=47.30%
G=37.15%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191727200.210.670.1440.8267.1257.06
HexDBAC4801543E294339
Octal333254110025103165110371
Binary11011011101011001001000010101100001111101010011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC48; }

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

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

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

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

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

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

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

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