Html Css Color HEX #DDB747 Tulip Tree

📋 copy color: '#DDB747'

red 221 ◦ green 183 ◦ blue 71

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

Shades of Tulip Tree #DDB747

Tints of Tulip Tree #DDB747

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

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

R = 46.53%
G = 38.53%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB747 (or 0xDDB747) is known color: Tulip Tree. HEX triplet: DD, B7 and 47. RGB value is (221,183,71). Sum of RGB (Red+Green+Blue) = 221+183+71=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 71 (28.12% from 255 or 14.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB747 is #2248B8. Grayscale: #B6B6B6. Windows color (decimal): -2246841 or 4700125. OLE color: 4700125.

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

Color convert

RGB 221 183 71 -
CMYK 0 0.17 0.68 0.13
HSL 44.8º 0.69% 0.57% -
HSV(B) 44.8º 0.68% 0.87% -
XYZ 47.89 49.69 13.03 -
YUV 181.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 221 183 71 0 0.17 0.68 0.13 44.8 0.69 0.57
Hex DD B7 47 0 11 44 D 2D 45 39
Octal 335 267 107 0 21 104 15 55 105 71
Binary 11011101 10110111 1000111 0 10001 1000100 1101 101101 1000101 111001

Color Harmonies of #DDB747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB747

Black with #DDB747

Text Example


Text Example

White with #DDB747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB747; }

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

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

background-color css

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

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

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

border-color css

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

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

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