Html Css Color HEX #DDA13B Tulip Tree

📋 copy color: '#DDA13B'

red 221 ◦ green 161 ◦ blue 59

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

Shades of Tulip Tree #DDA13B

Tints of Tulip Tree #DDA13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.38%

R = 50.11%
G = 36.51%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DDA13B (or 0xDDA13B) is known color: Tulip Tree. HEX triplet: DD, A1 and 3B. RGB value is (221,161,59). Sum of RGB (Red+Green+Blue) = 221+161+59=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA13B is #225EC4. Grayscale: #A7A7A7. Windows color (decimal): -2252485 or 3908061. OLE color: 3908061.

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

Color convert

RGB 221 161 59 -
CMYK 0 0.27 0.73 0.13
HSL 37.78º 0.7% 0.55% -
HSV(B) 37.78º 0.73% 0.87% -
XYZ 43.35 41.18 9.8 -
YUV 167.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 221 161 59 0 0.27 0.73 0.13 37.78 0.7 0.55
Hex DD A1 3B 0 1B 49 D 26 46 37
Octal 335 241 73 0 33 111 15 46 106 67
Binary 11011101 10100001 111011 0 11011 1001001 1101 100110 1000110 110111

Color Harmonies of #DDA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA13B

Black with #DDA13B

Text Example


Text Example

White with #DDA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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