Html Css Color HEX #DDAC46 Tulip Tree

📋 copy color: '#DDAC46'

red 221 ◦ green 172 ◦ blue 70

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

Shades of Tulip Tree #DDAC46

Tints of Tulip Tree #DDAC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 47.73%
G = 37.15%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAC46 (or 0xDDAC46) is known color: Tulip Tree. HEX triplet: DD, AC and 46. RGB value is (221,172,70). Sum of RGB (Red+Green+Blue) = 221+172+70=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC46 is #2253B9. Grayscale: #AFAFAF. Windows color (decimal): -2249658 or 4631773. OLE color: 4631773.

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

Color convert

RGB 221 172 70 -
CMYK 0 0.22 0.68 0.13
HSL 40.53º 0.69% 0.57% -
HSV(B) 40.53º 0.68% 0.87% -
XYZ 45.68 45.32 12.13 -
YUV 175.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 221 172 70 0 0.22 0.68 0.13 40.53 0.69 0.57
Hex DD AC 46 0 16 44 D 29 45 39
Octal 335 254 106 0 26 104 15 51 105 71
Binary 11011101 10101100 1000110 0 10110 1000100 1101 101001 1000101 111001

Color Harmonies of #DDAC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC46

Black with #DDAC46

Text Example


Text Example

White with #DDAC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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