#DDAB40

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

Shades of Tulip Tree #DDAB40

Tints of Tulip Tree #DDAB40

Color information

#DDAB40 (or 0xDDAB40) is unknown color: approx Tulip Tree. HEX triplet: DD, AB and 40. RGB value is (221,171,64). Sum of RGB (Red+Green+Blue) = 221+171+64=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB40 is #2254BF. Grayscale: #AEAEAE. Windows color (decimal): -2249920 or 4238301. OLE color: 4238301.

HSL color Cylindrical-coordinate representation of color #DDAB40: hue angle of 40.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDAB40 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22117164-
CMYK00.230.710.13
HSL40.89º69.78%55.88%-
HSV(B)40.89º71.04%86.67%-
XYZ45.3144.8711.12-
YUV173.7566.06161.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 14.04%
R=48.46%
G=37.5%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211716400.230.710.1340.8969.7855.88
HexDDAB4001747D294638
Octal335253100027107155110670
Binary11011101101010111000000010111100011111011010011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB40; }

 p { color: rgb(221,171,64); }

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

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

 a { background-color: rgb(221,171,64); }

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

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

 span { border-color: rgb(221,171,64); }

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