#DDA438

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

Shades of Tulip Tree #DDA438

Tints of Tulip Tree #DDA438

Color information

#DDA438 (or 0xDDA438) is unknown color: approx Tulip Tree. HEX triplet: DD, A4 and 38. RGB value is (221,164,56). Sum of RGB (Red+Green+Blue) = 221+164+56=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA438 is #225BC7. Grayscale: #A9A9A9. Windows color (decimal): -2251720 or 3712221. OLE color: 3712221.

HSL color Cylindrical-coordinate representation of color #DDA438: hue angle of 39.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDA438 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22116456-
CMYK00.260.750.13
HSL39.27º70.82%54.31%-
HSV(B)39.27º74.66%86.67%-
XYZ43.8142.219.58-
YUV168.7364.38165.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.11%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 56 (22.27% from 255) = 12.70%
R=50.11%
G=37.19%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211645600.260.750.1339.2770.8254.31
HexDDA43801A4BD274736
Octal33524470032113154710766
Binary1101110110100100111000011010100101111011001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA438; }

 p { color: rgb(221,164,56); }

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

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

 a { background-color: rgb(221,164,56); }

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

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

 span { border-color: rgb(221,164,56); }

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