Html Css Color HEX #DDA134 Tulip Tree

📋 copy color: '#DDA134'

red 221 ◦ green 161 ◦ blue 52

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

Shades of Tulip Tree #DDA134

Tints of Tulip Tree #DDA134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.98%

R = 50.92%
G = 37.1%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA134 (or 0xDDA134) is known color: Tulip Tree. HEX triplet: DD, A1 and 34. RGB value is (221,161,52). Sum of RGB (Red+Green+Blue) = 221+161+52=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA134 is #225ECB. Grayscale: #A7A7A7. Windows color (decimal): -2252492 or 3449309. OLE color: 3449309.

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

Color convert

RGB 221 161 52 -
CMYK 0 0.27 0.76 0.13
HSL 38.7º 0.71% 0.54% -
HSV(B) 38.7º 0.76% 0.87% -
XYZ 43.18 41.11 8.91 -
YUV 166.51 63.38 166.86 -
System Red Green Blue C M Y K H S L
Decimal 221 161 52 0 0.27 0.76 0.13 38.7 0.71 0.54
Hex DD A1 34 0 1B 4C D 27 47 36
Octal 335 241 64 0 33 114 15 47 107 66
Binary 11011101 10100001 110100 0 11011 1001100 1101 100111 1000111 110110

Color Harmonies of #DDA134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA134

Black with #DDA134

Text Example


Text Example

White with #DDA134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA134; }

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

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

background-color css

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

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

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

border-color css

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

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

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