Html Css Color HEX #DDA947 Tulip Tree

📋 copy color: '#DDA947'

red 221 ◦ green 169 ◦ blue 71

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

Shades of Tulip Tree #DDA947

Tints of Tulip Tree #DDA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.66%

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

R = 47.94%
G = 36.66%
B = 15.4%

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

#DDA947 (or 0xDDA947) is known color: Tulip Tree. HEX triplet: DD, A9 and 47. RGB value is (221,169,71). Sum of RGB (Red+Green+Blue) = 221+169+71=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 169 (66.41% from 255 or 36.66% from 461); Blue value is 71 (28.12% from 255 or 15.40% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA947 is #2256B8. Grayscale: #ADADAD. Windows color (decimal): -2250425 or 4696541. OLE color: 4696541.

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

Color convert

RGB 221 169 71 -
CMYK 0 0.24 0.68 0.13
HSL 39.2º 0.69% 0.57% -
HSV(B) 39.2º 0.68% 0.87% -
XYZ 45.14 44.2 12.11 -
YUV 173.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 221 169 71 0 0.24 0.68 0.13 39.2 0.69 0.57
Hex DD A9 47 0 18 44 D 27 45 39
Octal 335 251 107 0 30 104 15 47 105 71
Binary 11011101 10101001 1000111 0 11000 1000100 1101 100111 1000101 111001

Color Harmonies of #DDA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA947

Black with #DDA947

Text Example


Text Example

White with #DDA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA947; }

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

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

background-color css

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

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

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

border-color css

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

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

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