#D7A342

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

Shades of Tulip Tree #D7A342

Tints of Tulip Tree #D7A342

Color information

#D7A342 (or 0xD7A342) is unknown color: approx Tulip Tree. HEX triplet: D7, A3 and 42. RGB value is (215,163,66). Sum of RGB (Red+Green+Blue) = 215+163+66=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A342 is #285CBD. Grayscale: #A7A7A7. Windows color (decimal): -2645182 or 4367319. OLE color: 4367319.

HSL color Cylindrical-coordinate representation of color #D7A342: hue angle of 39.06º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D7A342 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB21516366-
CMYK00.240.690.16
HSL39.06º65.07%55.1%-
HSV(B)39.06º69.3%84.31%-
XYZ42.141.0310.86-
YUV167.4970.73161.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.42%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 66 (26.17% from 255) = 14.86%
R=48.42%
G=36.71%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151636600.240.690.1639.0665.0755.1
HexD7A3420184510274137
Octal327243102030105204710167
Binary110101111010001110000100110001000101100001001111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A342; }

 p { color: rgb(215,163,66); }

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

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

 a { background-color: rgb(215,163,66); }

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

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

 span { border-color: rgb(215,163,66); }

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