#DBAD3C

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

Shades of Tulip Tree #DBAD3C

Tints of Tulip Tree #DBAD3C

Color information

#DBAD3C (or 0xDBAD3C) is unknown color: approx Tulip Tree. HEX triplet: DB, AD and 3C. RGB value is (219,173,60). Sum of RGB (Red+Green+Blue) = 219+173+60=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAD3C is #2452C3. Grayscale: #AEAEAE. Windows color (decimal): -2380484 or 3976667. OLE color: 3976667.

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

Color convert

RGB21917360-
CMYK00.210.730.14
HSL42.64º68.83%54.71%-
HSV(B)42.64º72.6%85.88%-
XYZ44.9745.2710.64-
YUV173.8763.74160.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.45%
GREEN value IS 173 (67.97% from 255) = 38.27%
BLUE value IS 60 (23.83% from 255) = 13.27%
R=48.45%
G=38.27%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191736000.210.730.1442.6468.8354.71
HexDBAD3C01549E2b4537
Octal33325574025111165310567
Binary1101101110101101111100010101100100111101010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAD3C; }

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

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

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

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

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

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

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

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