Html Css Color HEX #DDA836 Tulip Tree

📋 copy color: '#DDA836'

red 221 ◦ green 168 ◦ blue 54

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

Shades of Tulip Tree #DDA836

Tints of Tulip Tree #DDA836

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

 BLUE value IS 54 (21.48% from 255) = 12.19%

R = 49.89%
G = 37.92%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DDA836 (or 0xDDA836) is known color: Tulip Tree. HEX triplet: DD, A8 and 36. RGB value is (221,168,54). Sum of RGB (Red+Green+Blue) = 221+168+54=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 54 (21.48% from 255 or 12.19% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA836 is #2257C9. Grayscale: #ABABAB. Windows color (decimal): -2250698 or 3582173. OLE color: 3582173.

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

Color convert

RGB 221 168 54 -
CMYK 0 0.24 0.76 0.13
HSL 40.96º 0.71% 0.54% -
HSV(B) 40.96º 0.76% 0.87% -
XYZ 44.49 43.64 9.57 -
YUV 170.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 221 168 54 0 0.24 0.76 0.13 40.96 0.71 0.54
Hex DD A8 36 0 18 4C D 29 47 36
Octal 335 250 66 0 30 114 15 51 107 66
Binary 11011101 10101000 110110 0 11000 1001100 1101 101001 1000111 110110

Color Harmonies of #DDA836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA836

Black with #DDA836

Text Example


Text Example

White with #DDA836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA836; }

 p { color: rgb(221,168,54); }

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

background-color css

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

 a { background-color: rgb(221,168,54); }

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

border-color css

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

 span { border-color: rgb(221,168,54); }

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