#D7AB46

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

Shades of Tulip Tree #D7AB46

Tints of Tulip Tree #D7AB46

Color information

#D7AB46 (or 0xD7AB46) is unknown color: approx Tulip Tree. HEX triplet: D7, AB and 46. RGB value is (215,171,70). Sum of RGB (Red+Green+Blue) = 215+171+70=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AB46 is #2854B9. Grayscale: #ADADAD. Windows color (decimal): -2643130 or 4631511. OLE color: 4631511.

HSL color Cylindrical-coordinate representation of color #D7AB46: hue angle of 41.79º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7AB46 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB21517170-
CMYK00.200.670.16
HSL41.79º64.44%55.88%-
HSV(B)41.79º67.44%84.31%-
XYZ43.6944.0211.99-
YUV172.6470.08158.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 70 (27.73% from 255) = 15.35%
R=47.15%
G=37.5%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151717000.200.670.1641.7964.4455.88
HexD7AB4601443102a4038
Octal327253106024103205210070
Binary110101111010101110001100101001000011100001010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB46; }

 p { color: rgb(215,171,70); }

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

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

 a { background-color: rgb(215,171,70); }

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

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

 span { border-color: rgb(215,171,70); }

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