Html Css Color HEX #DDAC3A Tulip Tree

📋 copy color: '#DDAC3A'

red 221 ◦ green 172 ◦ blue 58

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

Shades of Tulip Tree #DDAC3A

Tints of Tulip Tree #DDAC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.86%

R = 49%
G = 38.14%
B = 12.86%

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

#DDAC3A (or 0xDDAC3A) is known color: Tulip Tree. HEX triplet: DD, AC and 3A. RGB value is (221,172,58). Sum of RGB (Red+Green+Blue) = 221+172+58=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 58 (23.05% from 255 or 12.86% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC3A is #2253C5. Grayscale: #AEAEAE. Windows color (decimal): -2249670 or 3845341. OLE color: 3845341.

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

Color convert

RGB 221 172 58 -
CMYK 0 0.22 0.74 0.13
HSL 41.96º 0.71% 0.55% -
HSV(B) 41.96º 0.74% 0.87% -
XYZ 45.34 45.18 10.33 -
YUV 173.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 221 172 58 0 0.22 0.74 0.13 41.96 0.71 0.55
Hex DD AC 3A 0 16 4A D 2A 47 37
Octal 335 254 72 0 26 112 15 52 107 67
Binary 11011101 10101100 111010 0 10110 1001010 1101 101010 1000111 110111

Color Harmonies of #DDAC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC3A

Black with #DDAC3A

Text Example


Text Example

White with #DDAC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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