Html Css Color HEX #DDA135 Tulip Tree

📋 copy color: '#DDA135'

red 221 ◦ green 161 ◦ blue 53

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

Shades of Tulip Tree #DDA135

Tints of Tulip Tree #DDA135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.18%

R = 50.8%
G = 37.01%
B = 12.18%

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

#DDA135 (or 0xDDA135) is known color: Tulip Tree. HEX triplet: DD, A1 and 35. RGB value is (221,161,53). Sum of RGB (Red+Green+Blue) = 221+161+53=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA135 is #225ECA. Grayscale: #A7A7A7. Windows color (decimal): -2252491 or 3514845. OLE color: 3514845.

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

Color convert

RGB 221 161 53 -
CMYK 0 0.27 0.76 0.13
HSL 38.57º 0.71% 0.54% -
HSV(B) 38.57º 0.76% 0.87% -
XYZ 43.21 41.12 9.03 -
YUV 166.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 221 161 53 0 0.27 0.76 0.13 38.57 0.71 0.54
Hex DD A1 35 0 1B 4C D 27 47 36
Octal 335 241 65 0 33 114 15 47 107 66
Binary 11011101 10100001 110101 0 11011 1001100 1101 100111 1000111 110110

Color Harmonies of #DDA135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA135

Black with #DDA135

Text Example


Text Example

White with #DDA135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA135; }

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

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

background-color css

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

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

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

border-color css

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

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

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