Html Css Color HEX #DDAE48 Tulip Tree

📋 copy color: '#DDAE48'

red 221 ◦ green 174 ◦ blue 72

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

Shades of Tulip Tree #DDAE48

Tints of Tulip Tree #DDAE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.42%

R = 47.32%
G = 37.26%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAE48 (or 0xDDAE48) is known color: Tulip Tree. HEX triplet: DD, AE and 48. RGB value is (221,174,72). Sum of RGB (Red+Green+Blue) = 221+174+72=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE48 is #2251B7. Grayscale: #B0B0B0. Windows color (decimal): -2249144 or 4763357. OLE color: 4763357.

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

Color convert

RGB 221 174 72 -
CMYK 0 0.21 0.67 0.13
HSL 41.07º 0.69% 0.57% -
HSV(B) 41.07º 0.67% 0.87% -
XYZ 46.12 46.11 12.6 -
YUV 176.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 221 174 72 0 0.21 0.67 0.13 41.07 0.69 0.57
Hex DD AE 48 0 15 43 D 29 45 39
Octal 335 256 110 0 25 103 15 51 105 71
Binary 11011101 10101110 1001000 0 10101 1000011 1101 101001 1000101 111001

Color Harmonies of #DDAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE48

Black with #DDAE48

Text Example


Text Example

White with #DDAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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