Html Css Color HEX #DDA747 Tulip Tree

📋 copy color: '#DDA747'

red 221 ◦ green 167 ◦ blue 71

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

Shades of Tulip Tree #DDA747

Tints of Tulip Tree #DDA747

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.38%

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

R = 48.15%
G = 36.38%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDA747 (or 0xDDA747) is known color: Tulip Tree. HEX triplet: DD, A7 and 47. RGB value is (221,167,71). Sum of RGB (Red+Green+Blue) = 221+167+71=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA747 is #2258B8. Grayscale: #ACACAC. Windows color (decimal): -2250937 or 4696029. OLE color: 4696029.

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

Color convert

RGB 221 167 71 -
CMYK 0 0.24 0.68 0.13
HSL 38.4º 0.69% 0.57% -
HSV(B) 38.4º 0.68% 0.87% -
XYZ 44.77 43.46 11.99 -
YUV 172.2 70.89 162.81 -
System Red Green Blue C M Y K H S L
Decimal 221 167 71 0 0.24 0.68 0.13 38.4 0.69 0.57
Hex DD A7 47 0 18 44 D 26 45 39
Octal 335 247 107 0 30 104 15 46 105 71
Binary 11011101 10100111 1000111 0 11000 1000100 1101 100110 1000101 111001

Color Harmonies of #DDA747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA747

Black with #DDA747

Text Example


Text Example

White with #DDA747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA747; }

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

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

background-color css

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

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

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

border-color css

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

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

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