Html Css Color HEX #DDA13A Tulip Tree

📋 copy color: '#DDA13A'

red 221 ◦ green 161 ◦ blue 58

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

Shades of Tulip Tree #DDA13A

Tints of Tulip Tree #DDA13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 50.23%
G = 36.59%
B = 13.18%

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

#DDA13A (or 0xDDA13A) is known color: Tulip Tree. HEX triplet: DD, A1 and 3A. RGB value is (221,161,58). Sum of RGB (Red+Green+Blue) = 221+161+58=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA13A is #225EC5. Grayscale: #A7A7A7. Windows color (decimal): -2252486 or 3842525. OLE color: 3842525.

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

Color convert

RGB 221 161 58 -
CMYK 0 0.27 0.74 0.13
HSL 37.91º 0.71% 0.55% -
HSV(B) 37.91º 0.74% 0.87% -
XYZ 43.33 41.17 9.67 -
YUV 167.2 66.38 166.38 -
System Red Green Blue C M Y K H S L
Decimal 221 161 58 0 0.27 0.74 0.13 37.91 0.71 0.55
Hex DD A1 3A 0 1B 4A D 26 47 37
Octal 335 241 72 0 33 112 15 46 107 67
Binary 11011101 10100001 111010 0 11011 1001010 1101 100110 1000111 110111

Color Harmonies of #DDA13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA13A

Black with #DDA13A

Text Example


Text Example

White with #DDA13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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