Html Css Color HEX #DDAC39 Tulip Tree

📋 copy color: '#DDAC39'

red 221 ◦ green 172 ◦ blue 57

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

Shades of Tulip Tree #DDAC39

Tints of Tulip Tree #DDAC39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.67%

R = 49.11%
G = 38.22%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DDAC39 (or 0xDDAC39) is known color: Tulip Tree. HEX triplet: DD, AC and 39. RGB value is (221,172,57). Sum of RGB (Red+Green+Blue) = 221+172+57=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC39 is #2253C6. Grayscale: #AEAEAE. Windows color (decimal): -2249671 or 3779805. OLE color: 3779805.

HSL color Cylindrical-coordinate representation of color #DDAC39: hue angle of 42.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDAC39 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 57 -
CMYK 0 0.22 0.74 0.13
HSL 42.07º 0.71% 0.55% -
HSV(B) 42.07º 0.74% 0.87% -
XYZ 45.31 45.17 10.2 -
YUV 173.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 221 172 57 0 0.22 0.74 0.13 42.07 0.71 0.55
Hex DD AC 39 0 16 4A D 2A 47 37
Octal 335 254 71 0 26 112 15 52 107 67
Binary 11011101 10101100 111001 0 10110 1001010 1101 101010 1000111 110111

Color Harmonies of #DDAC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC39

Black with #DDAC39

Text Example


Text Example

White with #DDAC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC39; }

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

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

background-color css

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

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

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

border-color css

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

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

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