Html Css Color HEX #DDAC41 Tulip Tree

📋 copy color: '#DDAC41'

red 221 ◦ green 172 ◦ blue 65

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

Shades of Tulip Tree #DDAC41

Tints of Tulip Tree #DDAC41

RGB

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

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

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

R = 48.25%
G = 37.55%
B = 14.19%

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

#DDAC41 (or 0xDDAC41) is known color: Tulip Tree. HEX triplet: DD, AC and 41. RGB value is (221,172,65). Sum of RGB (Red+Green+Blue) = 221+172+65=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC41 is #2253BE. Grayscale: #AEAEAE. Windows color (decimal): -2249663 or 4304093. OLE color: 4304093.

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

Color convert

RGB 221 172 65 -
CMYK 0 0.22 0.71 0.13
HSL 41.15º 0.7% 0.56% -
HSV(B) 41.15º 0.71% 0.87% -
XYZ 45.53 45.26 11.34 -
YUV 174.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 221 172 65 0 0.22 0.71 0.13 41.15 0.7 0.56
Hex DD AC 41 0 16 47 D 29 46 38
Octal 335 254 101 0 26 107 15 51 106 70
Binary 11011101 10101100 1000001 0 10110 1000111 1101 101001 1000110 111000

Color Harmonies of #DDAC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC41

Black with #DDAC41

Text Example


Text Example

White with #DDAC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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