#ddaf44

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

Shades of Tulip Tree #DDAF44

Tints of Tulip Tree #DDAF44

Color information

#DDAF44 (or 0xDDAF44) is unknown color: approx Tulip Tree. HEX triplet: DD, AF and 44. RGB value is (221,175,68). Sum of RGB (Red+Green+Blue) = 221+175+68=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF44 is #2250BB. Grayscale: #B1B1B1. Windows color (decimal): -2248892 or 4501469. OLE color: 4501469.

HSL color Cylindrical-coordinate representation of color #DDAF44: hue angle of 41.96º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDAF44 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22117568-
CMYK00.210.690.13
HSL41.96º69.23%56.67%-
HSV(B)41.96º69.23%86.67%-
XYZ46.1946.4512-
YUV176.5666.74159.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=47.63%
G=37.72%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211756800.210.690.1341.9669.2356.67
HexDDAF4401545D2a4539
Octal335257104025105155210571
Binary11011101101011111000100010101100010111011010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddaf44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddaf44; }

 p { color: rgb(221,175,68); }

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

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

 a { background-color: rgb(221,175,68); }

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

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

 span { border-color: rgb(221,175,68); }

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