Html Css Color HEX #DDAB47 Tulip Tree

📋 copy color: '#DDAB47'

red 221 ◦ green 171 ◦ blue 71

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

Shades of Tulip Tree #DDAB47

Tints of Tulip Tree #DDAB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.93%

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

R = 47.73%
G = 36.93%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAB47 (or 0xDDAB47) is known color: Tulip Tree. HEX triplet: DD, AB and 47. RGB value is (221,171,71). Sum of RGB (Red+Green+Blue) = 221+171+71=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB47 is #2254B8. Grayscale: #AFAFAF. Windows color (decimal): -2249913 or 4697053. OLE color: 4697053.

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

Color convert

RGB 221 171 71 -
CMYK 0 0.23 0.68 0.13
HSL 40º 0.69% 0.57% -
HSV(B) 40º 0.68% 0.87% -
XYZ 45.52 44.95 12.24 -
YUV 174.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 221 171 71 0 0.23 0.68 0.13 40 0.69 0.57
Hex DD AB 47 0 17 44 D 28 45 39
Octal 335 253 107 0 27 104 15 50 105 71
Binary 11011101 10101011 1000111 0 10111 1000100 1101 101000 1000101 111001

Color Harmonies of #DDAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB47

Black with #DDAB47

Text Example


Text Example

White with #DDAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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