#DDA338

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

Shades of Tulip Tree #DDA338

Tints of Tulip Tree #DDA338

Color information

#DDA338 (or 0xDDA338) is unknown color: approx Tulip Tree. HEX triplet: DD, A3 and 38. RGB value is (221,163,56). Sum of RGB (Red+Green+Blue) = 221+163+56=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA338 is #225CC7. Grayscale: #A8A8A8. Windows color (decimal): -2251976 or 3711965. OLE color: 3711965.

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

Color convert

RGB22116356-
CMYK00.260.750.13
HSL38.91º70.82%54.31%-
HSV(B)38.91º74.66%86.67%-
XYZ43.6341.859.52-
YUV168.1464.72165.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.23%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=50.23%
G=37.05%
B=12.73%

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
Decimal2211635600.260.750.1338.9170.8254.31
HexDDA33801A4BD274736
Octal33524370032113154710766
Binary1101110110100011111000011010100101111011001111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA338; }

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

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

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

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

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

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

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

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