#DDAC3F

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

Shades of Tulip Tree #DDAC3F

Tints of Tulip Tree #DDAC3F

Color information

#DDAC3F (or 0xDDAC3F) is unknown color: approx Tulip Tree. HEX triplet: DD, AC and 3F. RGB value is (221,172,63). Sum of RGB (Red+Green+Blue) = 221+172+63=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC3F is #2253C0. Grayscale: #AEAEAE. Windows color (decimal): -2249665 or 4173021. OLE color: 4173021.

HSL color Cylindrical-coordinate representation of color #DDAC3F: hue angle of 41.39º 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 #DDAC3F is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB22117263-
CMYK00.220.710.13
HSL41.39º69.91%55.69%-
HSV(B)41.39º71.49%86.67%-
XYZ45.4745.2411.04-
YUV174.2265.23161.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 172 (67.58% from 255) = 37.72%
BLUE value IS 63 (25% from 255) = 13.82%
R=48.46%
G=37.72%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211726300.220.710.1341.3969.9155.69
HexDDAC3F01647D294638
Octal33525477026107155110670
Binary1101110110101100111111010110100011111011010011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC3F; }

 p { color: rgb(221,172,63); }

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

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

 a { background-color: rgb(221,172,63); }

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

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

 span { border-color: rgb(221,172,63); }

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