Html Css Color HEX #DDAD46 Tulip Tree

📋 copy color: '#DDAD46'

red 221 ◦ green 173 ◦ blue 70

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

Shades of Tulip Tree #DDAD46

Tints of Tulip Tree #DDAD46

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

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

R = 47.63%
G = 37.28%
B = 15.09%

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

#DDAD46 (or 0xDDAD46) is known color: Tulip Tree. HEX triplet: DD, AD and 46. RGB value is (221,173,70). Sum of RGB (Red+Green+Blue) = 221+173+70=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD46 is #2252B9. Grayscale: #B0B0B0. Windows color (decimal): -2249402 or 4632029. OLE color: 4632029.

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

Color convert

RGB 221 173 70 -
CMYK 0 0.22 0.68 0.13
HSL 40.93º 0.69% 0.57% -
HSV(B) 40.93º 0.68% 0.87% -
XYZ 45.87 45.7 12.2 -
YUV 175.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 221 173 70 0 0.22 0.68 0.13 40.93 0.69 0.57
Hex DD AD 46 0 16 44 D 29 45 39
Octal 335 255 106 0 26 104 15 51 105 71
Binary 11011101 10101101 1000110 0 10110 1000100 1101 101001 1000101 111001

Color Harmonies of #DDAD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD46

Black with #DDAD46

Text Example


Text Example

White with #DDAD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD46; }

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

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

background-color css

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

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

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

border-color css

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

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

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