#D7A13B

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

Shades of Tulip Tree #D7A13B

Tints of Tulip Tree #D7A13B

Color information

#D7A13B (or 0xD7A13B) is unknown color: approx Tulip Tree. HEX triplet: D7, A1 and 3B. RGB value is (215,161,59). Sum of RGB (Red+Green+Blue) = 215+161+59=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A13B is #285EC4. Grayscale: #A5A5A5. Windows color (decimal): -2645701 or 3908055. OLE color: 3908055.

HSL color Cylindrical-coordinate representation of color #D7A13B: hue angle of 39.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D7A13B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21516159-
CMYK00.250.730.16
HSL39.23º66.1%53.73%-
HSV(B)39.23º72.56%84.31%-
XYZ41.5640.259.72-
YUV165.5267.89163.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.43%
GREEN value IS 161 (63.28% from 255) = 37.01%
BLUE value IS 59 (23.44% from 255) = 13.56%
R=49.43%
G=37.01%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151615900.250.730.1639.2366.153.73
HexD7A13B0194910274236
Octal32724173031111204710266
Binary11010111101000011110110110011001001100001001111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A13B; }

 p { color: rgb(215,161,59); }

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

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

 a { background-color: rgb(215,161,59); }

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

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

 span { border-color: rgb(215,161,59); }

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