Html Css Color HEX #DDAC47 Tulip Tree

📋 copy color: '#DDAC47'

red 221 ◦ green 172 ◦ blue 71

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

Shades of Tulip Tree #DDAC47

Tints of Tulip Tree #DDAC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.07%

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

R = 47.63%
G = 37.07%
B = 15.3%

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

#DDAC47 (or 0xDDAC47) is known color: Tulip Tree. HEX triplet: DD, AC and 47. RGB value is (221,172,71). Sum of RGB (Red+Green+Blue) = 221+172+71=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC47 is #2253B8. Grayscale: #AFAFAF. Windows color (decimal): -2249657 or 4697309. OLE color: 4697309.

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

Color convert

RGB 221 172 71 -
CMYK 0 0.22 0.68 0.13
HSL 40.4º 0.69% 0.57% -
HSV(B) 40.4º 0.68% 0.87% -
XYZ 45.71 45.33 12.3 -
YUV 175.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 221 172 71 0 0.22 0.68 0.13 40.4 0.69 0.57
Hex DD AC 47 0 16 44 D 28 45 39
Octal 335 254 107 0 26 104 15 50 105 71
Binary 11011101 10101100 1000111 0 10110 1000100 1101 101000 1000101 111001

Color Harmonies of #DDAC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC47

Black with #DDAC47

Text Example


Text Example

White with #DDAC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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