Html Css Color HEX #DDA038 Tulip Tree

📋 copy color: '#DDA038'

red 221 ◦ green 160 ◦ blue 56

#DDA038
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tulip Tree #DDA038

Tints of Tulip Tree #DDA038

RGB

 RED value IS 221 (86.72% from 255) = 50.57%

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 56 (22.27% from 255) = 12.81%

R = 50.57%
G = 36.61%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DDA038 (or 0xDDA038) is known color: Tulip Tree. HEX triplet: DD, A0 and 38. RGB value is (221,160,56). Sum of RGB (Red+Green+Blue) = 221+160+56=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA038 is #225FC7. Grayscale: #A6A6A6. Windows color (decimal): -2252744 or 3711197. OLE color: 3711197.

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

Color convert

RGB 221 160 56 -
CMYK 0 0.28 0.75 0.13
HSL 37.82º 0.71% 0.54% -
HSV(B) 37.82º 0.75% 0.87% -
XYZ 43.1 40.8 9.34 -
YUV 166.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 221 160 56 0 0.28 0.75 0.13 37.82 0.71 0.54
Hex DD A0 38 0 1C 4B D 26 47 36
Octal 335 240 70 0 34 113 15 46 107 66
Binary 11011101 10100000 111000 0 11100 1001011 1101 100110 1000111 110110

Color Harmonies of #DDA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA038

Black with #DDA038

Text Example


Text Example

White with #DDA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA038; }

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

 H1.HeaderClassName
 {
   color: #DDA038;
 }
 .AnyTagClassName
 {
   color: #DDA038;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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