Html Css Color HEX #DDAD41 Tulip Tree

📋 copy color: '#DDAD41'

red 221 ◦ green 173 ◦ blue 65

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

Shades of Tulip Tree #DDAD41

Tints of Tulip Tree #DDAD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.16%

R = 48.15%
G = 37.69%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDAD41 (or 0xDDAD41) is known color: Tulip Tree. HEX triplet: DD, AD and 41. RGB value is (221,173,65). Sum of RGB (Red+Green+Blue) = 221+173+65=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD41 is #2252BE. Grayscale: #AFAFAF. Windows color (decimal): -2249407 or 4304349. OLE color: 4304349.

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

Color convert

RGB 221 173 65 -
CMYK 0 0.22 0.71 0.13
HSL 41.54º 0.7% 0.56% -
HSV(B) 41.54º 0.71% 0.87% -
XYZ 45.72 45.64 11.4 -
YUV 175.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 221 173 65 0 0.22 0.71 0.13 41.54 0.7 0.56
Hex DD AD 41 0 16 47 D 2A 46 38
Octal 335 255 101 0 26 107 15 52 106 70
Binary 11011101 10101101 1000001 0 10110 1000111 1101 101010 1000110 111000

Color Harmonies of #DDAD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD41

Black with #DDAD41

Text Example


Text Example

White with #DDAD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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