Html Css Color HEX #DDB447 Tulip Tree

📋 copy color: '#DDB447'

red 221 ◦ green 180 ◦ blue 71

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

Shades of Tulip Tree #DDB447

Tints of Tulip Tree #DDB447

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.14%

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

R = 46.82%
G = 38.14%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB447 (or 0xDDB447) is known color: Tulip Tree. HEX triplet: DD, B4 and 47. RGB value is (221,180,71). Sum of RGB (Red+Green+Blue) = 221+180+71=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB447 is #224BB8. Grayscale: #B4B4B4. Windows color (decimal): -2247609 or 4699357. OLE color: 4699357.

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

Color convert

RGB 221 180 71 -
CMYK 0 0.19 0.68 0.13
HSL 43.6º 0.69% 0.57% -
HSV(B) 43.6º 0.68% 0.87% -
XYZ 47.28 48.47 12.83 -
YUV 179.83 66.58 157.36 -
System Red Green Blue C M Y K H S L
Decimal 221 180 71 0 0.19 0.68 0.13 43.6 0.69 0.57
Hex DD B4 47 0 13 44 D 2C 45 39
Octal 335 264 107 0 23 104 15 54 105 71
Binary 11011101 10110100 1000111 0 10011 1000100 1101 101100 1000101 111001

Color Harmonies of #DDB447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB447

Black with #DDB447

Text Example


Text Example

White with #DDB447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB447; }

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

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

background-color css

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

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

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

border-color css

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

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

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