#DBA23B

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

Shades of Tulip Tree #DBA23B

Tints of Tulip Tree #DBA23B

Color information

#DBA23B (or 0xDBA23B) is unknown color: approx Tulip Tree. HEX triplet: DB, A2 and 3B. RGB value is (219,162,59). Sum of RGB (Red+Green+Blue) = 219+162+59=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA23B is #245DC4. Grayscale: #A7A7A7. Windows color (decimal): -2383301 or 3908315. OLE color: 3908315.

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

Color convert

RGB21916259-
CMYK00.260.730.14
HSL38.62º68.97%54.51%-
HSV(B)38.62º73.06%85.88%-
XYZ42.9241.229.83-
YUV167.366.88164.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.77%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 59 (23.44% from 255) = 13.41%
R=49.77%
G=36.82%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191625900.260.730.1438.6268.9754.51
HexDBA23B01A49E274537
Octal33324273032111164710567
Binary1101101110100010111011011010100100111101001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA23B; }

 p { color: rgb(219,162,59); }

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

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

 a { background-color: rgb(219,162,59); }

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

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

 span { border-color: rgb(219,162,59); }

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