#DBA342

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

Shades of Tulip Tree #DBA342

Tints of Tulip Tree #DBA342

Color information

#DBA342 (or 0xDBA342) is unknown color: approx Tulip Tree. HEX triplet: DB, A3 and 42. RGB value is (219,163,66). Sum of RGB (Red+Green+Blue) = 219+163+66=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA342 is #245CBD. Grayscale: #A9A9A9. Windows color (decimal): -2383038 or 4367323. OLE color: 4367323.

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

Color convert

RGB21916366-
CMYK00.260.700.14
HSL38.04º68%55.88%-
HSV(B)38.04º69.86%85.88%-
XYZ43.2941.6510.91-
YUV168.6970.05163.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 163 (64.06% from 255) = 36.38%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=48.88%
G=36.38%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191636600.260.700.1438.046855.88
HexDBA34201A46E264438
Octal333243102032106164610470
Binary11011011101000111000010011010100011011101001101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA342; }

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

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

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

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

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

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

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

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