Html Css Color HEX #DDA647 Tulip Tree

📋 copy color: '#DDA647'

red 221 ◦ green 166 ◦ blue 71

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

Shades of Tulip Tree #DDA647

Tints of Tulip Tree #DDA647

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.24%

 BLUE value IS 71 (28.13% from 255) = 15.5%

R = 48.25%
G = 36.24%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA647 (or 0xDDA647) is known color: Tulip Tree. HEX triplet: DD, A6 and 47. RGB value is (221,166,71). Sum of RGB (Red+Green+Blue) = 221+166+71=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA647 is #2259B8. Grayscale: #ACACAC. Windows color (decimal): -2251193 or 4695773. OLE color: 4695773.

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

Color convert

RGB 221 166 71 -
CMYK 0 0.25 0.68 0.13
HSL 38º 0.69% 0.57% -
HSV(B) 38º 0.68% 0.87% -
XYZ 44.59 43.1 11.93 -
YUV 171.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 221 166 71 0 0.25 0.68 0.13 38 0.69 0.57
Hex DD A6 47 0 19 44 D 26 45 39
Octal 335 246 107 0 31 104 15 46 105 71
Binary 11011101 10100110 1000111 0 11001 1000100 1101 100110 1000101 111001

Color Harmonies of #DDA647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA647

Black with #DDA647

Text Example


Text Example

White with #DDA647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA647; }

 p { color: rgb(221,166,71); }

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

background-color css

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

 a { background-color: rgb(221,166,71); }

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

border-color css

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

 span { border-color: rgb(221,166,71); }

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