#DDB344

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

Shades of Tulip Tree #DDB344

Tints of Tulip Tree #DDB344

Color information

#DDB344 (or 0xDDB344) is unknown color: approx Tulip Tree. HEX triplet: DD, B3 and 44. RGB value is (221,179,68). Sum of RGB (Red+Green+Blue) = 221+179+68=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB344 is #224CBB. Grayscale: #B3B3B3. Windows color (decimal): -2247868 or 4502493. OLE color: 4502493.

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

Color convert

RGB22117968-
CMYK00.190.690.13
HSL43.53º69.23%56.67%-
HSV(B)43.53º69.23%86.67%-
XYZ46.9848.0312.26-
YUV178.965.41158.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 68 (26.95% from 255) = 14.53%
R=47.22%
G=38.25%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211796800.190.690.1343.5369.2356.67
HexDDB34401345D2c4539
Octal335263104023105155410571
Binary11011101101100111000100010011100010111011011001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB344; }

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

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

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

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

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

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

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

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