#D9AD48

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

Shades of Tulip Tree #D9AD48

Tints of Tulip Tree #D9AD48

Color information

#D9AD48 (or 0xD9AD48) is unknown color: approx Tulip Tree. HEX triplet: D9, AD and 48. RGB value is (217,173,72). Sum of RGB (Red+Green+Blue) = 217+173+72=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AD48 is #2652B7. Grayscale: #AFAFAF. Windows color (decimal): -2511544 or 4763097. OLE color: 4763097.

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

Color convert

RGB21717372-
CMYK00.200.670.15
HSL41.79º65.61%56.67%-
HSV(B)41.79º66.82%85.1%-
XYZ44.7345.1112.48-
YUV174.6470.08158.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=46.97%
G=37.45%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171737200.200.670.1541.7965.6156.67
HexD9AD4801443F2a4239
Octal331255110024103175210271
Binary11011001101011011001000010100100001111111010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AD48; }

 p { color: rgb(217,173,72); }

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

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

 a { background-color: rgb(217,173,72); }

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

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

 span { border-color: rgb(217,173,72); }

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