#DDAF48

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

Shades of Tulip Tree #DDAF48

Tints of Tulip Tree #DDAF48

Color information

#DDAF48 (or 0xDDAF48) is unknown color: approx Tulip Tree. HEX triplet: DD, AF and 48. RGB value is (221,175,72). Sum of RGB (Red+Green+Blue) = 221+175+72=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF48 is #2250B7. Grayscale: #B1B1B1. Windows color (decimal): -2248888 or 4763613. OLE color: 4763613.

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

Color convert

RGB22117572-
CMYK00.210.670.13
HSL41.48º68.66%57.45%-
HSV(B)41.48º67.42%86.67%-
XYZ46.3246.512.67-
YUV177.0168.74159.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 175 (68.75% from 255) = 37.39%
BLUE value IS 72 (28.52% from 255) = 15.38%
R=47.22%
G=37.39%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211757200.210.670.1341.4868.6657.45
HexDDAF4801543D294539
Octal335257110025103155110571
Binary11011101101011111001000010101100001111011010011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF48; }

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

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

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

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

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

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

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

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