#DBAD3D

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

Shades of Tulip Tree #DBAD3D

Tints of Tulip Tree #DBAD3D

Color information

#DBAD3D (or 0xDBAD3D) is unknown color: approx Tulip Tree. HEX triplet: DB, AD and 3D. RGB value is (219,173,61). Sum of RGB (Red+Green+Blue) = 219+173+61=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3D is #2452C2. Grayscale: #AEAEAE. Windows color (decimal): -2380483 or 4042203. OLE color: 4042203.

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

Color convert

RGB21917361-
CMYK00.210.720.14
HSL42.53º68.7%54.9%-
HSV(B)42.53º72.15%85.88%-
XYZ4545.2810.78-
YUV173.9964.24160.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.34%
GREEN value IS 173 (67.97% from 255) = 38.19%
BLUE value IS 61 (24.22% from 255) = 13.47%
R=48.34%
G=38.19%
B=13.47%

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
Decimal2191736100.210.720.1442.5368.754.9
HexDBAD3D01548E2b4537
Octal33325575025110165310567
Binary1101101110101101111101010101100100011101010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD3D; }

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

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

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

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

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

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

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

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