#DDB048

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

Shades of Tulip Tree #DDB048

Tints of Tulip Tree #DDB048

Color information

#DDB048 (or 0xDDB048) is unknown color: approx Tulip Tree. HEX triplet: DD, B0 and 48. RGB value is (221,176,72). Sum of RGB (Red+Green+Blue) = 221+176+72=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB048 is #224FB7. Grayscale: #B2B2B2. Windows color (decimal): -2248632 or 4763869. OLE color: 4763869.

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

Color convert

RGB22117672-
CMYK00.200.670.13
HSL41.88º68.66%57.45%-
HSV(B)41.88º67.42%86.67%-
XYZ46.5146.8912.73-
YUV177.668.41158.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 176 (69.14% from 255) = 37.53%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=47.12%
G=37.53%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211767200.200.670.1341.8868.6657.45
HexDDB04801443D2a4539
Octal335260110024103155210571
Binary11011101101100001001000010100100001111011010101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB048; }

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

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

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

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

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

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

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

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