Html Css Color HEX #DDAD47 Tulip Tree

📋 copy color: '#DDAD47'

red 221 ◦ green 173 ◦ blue 71

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

Shades of Tulip Tree #DDAD47

Tints of Tulip Tree #DDAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.2%

 BLUE value IS 71 (28.13% from 255) = 15.27%

R = 47.53%
G = 37.2%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAD47 (or 0xDDAD47) is known color: Tulip Tree. HEX triplet: DD, AD and 47. RGB value is (221,173,71). Sum of RGB (Red+Green+Blue) = 221+173+71=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 71 (28.12% from 255 or 15.27% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD47 is #2252B8. Grayscale: #B0B0B0. Windows color (decimal): -2249401 or 4697565. OLE color: 4697565.

HSL color Cylindrical-coordinate representation of color #DDAD47: hue angle of 40.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDAD47 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 71 -
CMYK 0 0.22 0.68 0.13
HSL 40.8º 0.69% 0.57% -
HSV(B) 40.8º 0.68% 0.87% -
XYZ 45.9 45.71 12.37 -
YUV 175.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 221 173 71 0 0.22 0.68 0.13 40.8 0.69 0.57
Hex DD AD 47 0 16 44 D 29 45 39
Octal 335 255 107 0 26 104 15 51 105 71
Binary 11011101 10101101 1000111 0 10110 1000100 1101 101001 1000101 111001

Color Harmonies of #DDAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD47

Black with #DDAD47

Text Example


Text Example

White with #DDAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD47; }

 p { color: rgb(221,173,71); }

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

background-color css

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

 a { background-color: rgb(221,173,71); }

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

border-color css

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

 span { border-color: rgb(221,173,71); }

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