Html Css Color HEX #DDAE47 Tulip Tree

📋 copy color: '#DDAE47'

red 221 ◦ green 174 ◦ blue 71

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

Shades of Tulip Tree #DDAE47

Tints of Tulip Tree #DDAE47

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

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

R = 47.42%
G = 37.34%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAE47 (or 0xDDAE47) is known color: Tulip Tree. HEX triplet: DD, AE and 47. RGB value is (221,174,71). Sum of RGB (Red+Green+Blue) = 221+174+71=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE47 is #2251B8. Grayscale: #B0B0B0. Windows color (decimal): -2249145 or 4697821. OLE color: 4697821.

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

Color convert

RGB 221 174 71 -
CMYK 0 0.21 0.68 0.13
HSL 41.2º 0.69% 0.57% -
HSV(B) 41.2º 0.68% 0.87% -
XYZ 46.09 46.1 12.43 -
YUV 176.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 221 174 71 0 0.21 0.68 0.13 41.2 0.69 0.57
Hex DD AE 47 0 15 44 D 29 45 39
Octal 335 256 107 0 25 104 15 51 105 71
Binary 11011101 10101110 1000111 0 10101 1000100 1101 101001 1000101 111001

Color Harmonies of #DDAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE47

Black with #DDAE47

Text Example


Text Example

White with #DDAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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