Html Css Color HEX #DDAE46 Tulip Tree

📋 copy color: '#DDAE46'

red 221 ◦ green 174 ◦ blue 70

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

Shades of Tulip Tree #DDAE46

Tints of Tulip Tree #DDAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.05%

R = 47.53%
G = 37.42%
B = 15.05%

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

#DDAE46 (or 0xDDAE46) is known color: Tulip Tree. HEX triplet: DD, AE and 46. RGB value is (221,174,70). Sum of RGB (Red+Green+Blue) = 221+174+70=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE46 is #2251B9. Grayscale: #B0B0B0. Windows color (decimal): -2249146 or 4632285. OLE color: 4632285.

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

Color convert

RGB 221 174 70 -
CMYK 0 0.21 0.68 0.13
HSL 41.32º 0.69% 0.57% -
HSV(B) 41.32º 0.68% 0.87% -
XYZ 46.06 46.09 12.26 -
YUV 176.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 221 174 70 0 0.21 0.68 0.13 41.32 0.69 0.57
Hex DD AE 46 0 15 44 D 29 45 39
Octal 335 256 106 0 25 104 15 51 105 71
Binary 11011101 10101110 1000110 0 10101 1000100 1101 101001 1000101 111001

Color Harmonies of #DDAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE46

Black with #DDAE46

Text Example


Text Example

White with #DDAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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