Html Css Color HEX #DDAC45 Tulip Tree

📋 copy color: '#DDAC45'

red 221 ◦ green 172 ◦ blue 69

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

Shades of Tulip Tree #DDAC45

Tints of Tulip Tree #DDAC45

RGB

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

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

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

R = 47.84%
G = 37.23%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDAC45 (or 0xDDAC45) is known color: Tulip Tree. HEX triplet: DD, AC and 45. RGB value is (221,172,69). Sum of RGB (Red+Green+Blue) = 221+172+69=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC45 is #2253BA. Grayscale: #AFAFAF. Windows color (decimal): -2249659 or 4566237. OLE color: 4566237.

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

Color convert

RGB 221 172 69 -
CMYK 0 0.22 0.69 0.13
HSL 40.66º 0.69% 0.57% -
HSV(B) 40.66º 0.69% 0.87% -
XYZ 45.65 45.31 11.97 -
YUV 174.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 221 172 69 0 0.22 0.69 0.13 40.66 0.69 0.57
Hex DD AC 45 0 16 45 D 29 45 39
Octal 335 254 105 0 26 105 15 51 105 71
Binary 11011101 10101100 1000101 0 10110 1000101 1101 101001 1000101 111001

Color Harmonies of #DDAC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC45

Black with #DDAC45

Text Example


Text Example

White with #DDAC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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