#DBB140

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

Shades of Tulip Tree #DBB140

Tints of Tulip Tree #DBB140

Color information

#DBB140 (or 0xDBB140) is unknown color: approx Tulip Tree. HEX triplet: DB, B1 and 40. RGB value is (219,177,64). Sum of RGB (Red+Green+Blue) = 219+177+64=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB140 is #244EBF. Grayscale: #B1B1B1. Windows color (decimal): -2379456 or 4239835. OLE color: 4239835.

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

Color convert

RGB21917764-
CMYK00.190.710.14
HSL43.74º68.28%55.49%-
HSV(B)43.74º70.78%85.88%-
XYZ45.8646.8711.48-
YUV176.6864.41158.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 64 (25.39% from 255) = 13.91%
R=47.61%
G=38.48%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191776400.190.710.1443.7468.2855.49
HexDBB14001347E2c4437
Octal333261100023107165410467
Binary11011011101100011000000010011100011111101011001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB140; }

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

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

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

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

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

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

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

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