#D9A240

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

Shades of Tulip Tree #D9A240

Tints of Tulip Tree #D9A240

Color information

#D9A240 (or 0xD9A240) is unknown color: approx Tulip Tree. HEX triplet: D9, A2 and 40. RGB value is (217,162,64). Sum of RGB (Red+Green+Blue) = 217+162+64=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9A240 is #265DBF. Grayscale: #A7A7A7. Windows color (decimal): -2514368 or 4235993. OLE color: 4235993.

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

Color convert

RGB21716264-
CMYK00.250.710.15
HSL38.43º66.81%55.1%-
HSV(B)38.43º70.51%85.1%-
XYZ42.4640.9610.52-
YUV167.2769.72163.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.98%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=48.98%
G=36.57%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171626400.250.710.1538.4366.8155.1
HexD9A24001947F264337
Octal331242100031107174610367
Binary11011001101000101000000011001100011111111001101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A240; }

 p { color: rgb(217,162,64); }

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

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

 a { background-color: rgb(217,162,64); }

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

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

 span { border-color: rgb(217,162,64); }

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