Html Css Color HEX #DDAF47 Tulip Tree

📋 copy color: '#DDAF47'

red 221 ◦ green 175 ◦ blue 71

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

Shades of Tulip Tree #DDAF47

Tints of Tulip Tree #DDAF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.47%

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

R = 47.32%
G = 37.47%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDAF47 (or 0xDDAF47) is known color: Tulip Tree. HEX triplet: DD, AF and 47. RGB value is (221,175,71). Sum of RGB (Red+Green+Blue) = 221+175+71=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAF47 is #2250B8. Grayscale: #B1B1B1. Windows color (decimal): -2248889 or 4698077. OLE color: 4698077.

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

Color convert

RGB 221 175 71 -
CMYK 0 0.21 0.68 0.13
HSL 41.6º 0.69% 0.57% -
HSV(B) 41.6º 0.68% 0.87% -
XYZ 46.29 46.49 12.49 -
YUV 176.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 221 175 71 0 0.21 0.68 0.13 41.6 0.69 0.57
Hex DD AF 47 0 15 44 D 2A 45 39
Octal 335 257 107 0 25 104 15 52 105 71
Binary 11011101 10101111 1000111 0 10101 1000100 1101 101010 1000101 111001

Color Harmonies of #DDAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF47

Black with #DDAF47

Text Example


Text Example

White with #DDAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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