Html Css Color HEX #DDA139 Tulip Tree

📋 copy color: '#DDA139'

red 221 ◦ green 161 ◦ blue 57

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

Shades of Tulip Tree #DDA139

Tints of Tulip Tree #DDA139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 57 (22.66% from 255) = 12.98%

R = 50.34%
G = 36.67%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDA139 (or 0xDDA139) is known color: Tulip Tree. HEX triplet: DD, A1 and 39. RGB value is (221,161,57). Sum of RGB (Red+Green+Blue) = 221+161+57=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA139 is #225EC6. Grayscale: #A7A7A7. Windows color (decimal): -2252487 or 3776989. OLE color: 3776989.

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

Color convert

RGB 221 161 57 -
CMYK 0 0.27 0.74 0.13
HSL 38.05º 0.71% 0.55% -
HSV(B) 38.05º 0.74% 0.87% -
XYZ 43.3 41.16 9.53 -
YUV 167.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 221 161 57 0 0.27 0.74 0.13 38.05 0.71 0.55
Hex DD A1 39 0 1B 4A D 26 47 37
Octal 335 241 71 0 33 112 15 46 107 67
Binary 11011101 10100001 111001 0 11011 1001010 1101 100110 1000111 110111

Color Harmonies of #DDA139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA139

Black with #DDA139

Text Example


Text Example

White with #DDA139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA139; }

 p { color: rgb(221,161,57); }

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

background-color css

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

 a { background-color: rgb(221,161,57); }

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

border-color css

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

 span { border-color: rgb(221,161,57); }

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