Html Css Color HEX #DDB147 Tulip Tree

📋 copy color: '#DDB147'

red 221 ◦ green 177 ◦ blue 71

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

Shades of Tulip Tree #DDB147

Tints of Tulip Tree #DDB147

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.74%

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

R = 47.12%
G = 37.74%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB147 (or 0xDDB147) is known color: Tulip Tree. HEX triplet: DD, B1 and 47. RGB value is (221,177,71). Sum of RGB (Red+Green+Blue) = 221+177+71=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 71 (28.12% from 255 or 15.14% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB147 is #224EB8. Grayscale: #B2B2B2. Windows color (decimal): -2248377 or 4698589. OLE color: 4698589.

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

Color convert

RGB 221 177 71 -
CMYK 0 0.20 0.68 0.13
HSL 42.4º 0.69% 0.57% -
HSV(B) 42.4º 0.68% 0.87% -
XYZ 46.68 47.27 12.63 -
YUV 178.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 221 177 71 0 0.20 0.68 0.13 42.4 0.69 0.57
Hex DD B1 47 0 14 44 D 2A 45 39
Octal 335 261 107 0 24 104 15 52 105 71
Binary 11011101 10110001 1000111 0 10100 1000100 1101 101010 1000101 111001

Color Harmonies of #DDB147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB147

Black with #DDB147

Text Example


Text Example

White with #DDB147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB147; }

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

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

background-color css

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

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

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

border-color css

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

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

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