#DBB040

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

Shades of Tulip Tree #DBB040

Tints of Tulip Tree #DBB040

Color information

#DBB040 (or 0xDBB040) is unknown color: approx Tulip Tree. HEX triplet: DB, B0 and 40. RGB value is (219,176,64). Sum of RGB (Red+Green+Blue) = 219+176+64=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB040 is #244FBF. Grayscale: #B0B0B0. Windows color (decimal): -2379712 or 4239579. OLE color: 4239579.

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

Color convert

RGB21917664-
CMYK00.200.710.14
HSL43.35º68.28%55.49%-
HSV(B)43.35º70.78%85.88%-
XYZ45.6646.4811.42-
YUV176.0964.75158.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 176 (69.14% from 255) = 38.34%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=47.71%
G=38.34%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191766400.200.710.1443.3568.2855.49
HexDBB04001447E2b4437
Octal333260100024107165310467
Binary11011011101100001000000010100100011111101010111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB040; }

 p { color: rgb(219,176,64); }

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

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

 a { background-color: rgb(219,176,64); }

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

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

 span { border-color: rgb(219,176,64); }

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