#DBAF44

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

Shades of Tulip Tree #DBAF44

Tints of Tulip Tree #DBAF44

Color information

#DBAF44 (or 0xDBAF44) is unknown color: approx Tulip Tree. HEX triplet: DB, AF and 44. RGB value is (219,175,68). Sum of RGB (Red+Green+Blue) = 219+175+68=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF44 is #2450BB. Grayscale: #B0B0B0. Windows color (decimal): -2379964 or 4501467. OLE color: 4501467.

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

Color convert

RGB21917568-
CMYK00.200.690.14
HSL42.52º67.71%56.27%-
HSV(B)42.52º68.95%85.88%-
XYZ45.5946.1411.97-
YUV175.9667.08158.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.40%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=47.40%
G=37.88%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191756800.200.690.1442.5267.7156.27
HexDBAF4401445E2b4438
Octal333257104024105165310470
Binary11011011101011111000100010100100010111101010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF44; }

 p { color: rgb(219,175,68); }

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

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

 a { background-color: rgb(219,175,68); }

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

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

 span { border-color: rgb(219,175,68); }

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