Html Css Color HEX #DDAC44 Tulip Tree

📋 copy color: '#DDAC44'

red 221 ◦ green 172 ◦ blue 68

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

Shades of Tulip Tree #DDAC44

Tints of Tulip Tree #DDAC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 47.94%
G = 37.31%
B = 14.75%

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

#DDAC44 (or 0xDDAC44) is known color: Tulip Tree. HEX triplet: DD, AC and 44. RGB value is (221,172,68). Sum of RGB (Red+Green+Blue) = 221+172+68=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC44 is #2253BB. Grayscale: #AFAFAF. Windows color (decimal): -2249660 or 4500701. OLE color: 4500701.

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

Color convert

RGB 221 172 68 -
CMYK 0 0.22 0.69 0.13
HSL 40.78º 0.69% 0.57% -
HSV(B) 40.78º 0.69% 0.87% -
XYZ 45.61 45.29 11.81 -
YUV 174.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 221 172 68 0 0.22 0.69 0.13 40.78 0.69 0.57
Hex DD AC 44 0 16 45 D 29 45 39
Octal 335 254 104 0 26 105 15 51 105 71
Binary 11011101 10101100 1000100 0 10110 1000101 1101 101001 1000101 111001

Color Harmonies of #DDAC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC44

Black with #DDAC44

Text Example


Text Example

White with #DDAC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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