#DBAC3D

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

Shades of Tulip Tree #DBAC3D

Tints of Tulip Tree #DBAC3D

Color information

#DBAC3D (or 0xDBAC3D) is unknown color: approx Tulip Tree. HEX triplet: DB, AC and 3D. RGB value is (219,172,61). Sum of RGB (Red+Green+Blue) = 219+172+61=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAC3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAC3D is #2453C2. Grayscale: #ADADAD. Windows color (decimal): -2380739 or 4041947. OLE color: 4041947.

HSL color Cylindrical-coordinate representation of color #DBAC3D: hue angle of 42.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBAC3D is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB21917261-
CMYK00.210.720.14
HSL42.15º68.7%54.9%-
HSV(B)42.15º72.15%85.88%-
XYZ44.8144.910.72-
YUV173.464.57160.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.45%
GREEN value IS 172 (67.58% from 255) = 38.05%
BLUE value IS 61 (24.22% from 255) = 13.50%
R=48.45%
G=38.05%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191726100.210.720.1442.1568.754.9
HexDBAC3D01548E2a4537
Octal33325475025110165210567
Binary1101101110101100111101010101100100011101010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAC3D; }

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

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

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

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

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

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

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

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