Html Css Color HEX #DDAE45 Tulip Tree

📋 copy color: '#DDAE45'

red 221 ◦ green 174 ◦ blue 69

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

Shades of Tulip Tree #DDAE45

Tints of Tulip Tree #DDAE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.87%

R = 47.63%
G = 37.5%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDAE45 (or 0xDDAE45) is known color: Tulip Tree. HEX triplet: DD, AE and 45. RGB value is (221,174,69). Sum of RGB (Red+Green+Blue) = 221+174+69=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 69 (27.34% from 255 or 14.87% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE45 is #2251BA. Grayscale: #B0B0B0. Windows color (decimal): -2249147 or 4566749. OLE color: 4566749.

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

Color convert

RGB 221 174 69 -
CMYK 0 0.21 0.69 0.13
HSL 41.45º 0.69% 0.57% -
HSV(B) 41.45º 0.69% 0.87% -
XYZ 46.03 46.07 12.1 -
YUV 176.08 67.57 160.04 -
System Red Green Blue C M Y K H S L
Decimal 221 174 69 0 0.21 0.69 0.13 41.45 0.69 0.57
Hex DD AE 45 0 15 45 D 29 45 39
Octal 335 256 105 0 25 105 15 51 105 71
Binary 11011101 10101110 1000101 0 10101 1000101 1101 101001 1000101 111001

Color Harmonies of #DDAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE45

Black with #DDAE45

Text Example


Text Example

White with #DDAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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