Html Css Color HEX #DDB647 Tulip Tree

📋 copy color: '#DDB647'

red 221 ◦ green 182 ◦ blue 71

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

Shades of Tulip Tree #DDB647

Tints of Tulip Tree #DDB647

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 46.62%
G = 38.4%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDB647 (or 0xDDB647) is known color: Tulip Tree. HEX triplet: DD, B6 and 47. RGB value is (221,182,71). Sum of RGB (Red+Green+Blue) = 221+182+71=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB647 is #2249B8. Grayscale: #B5B5B5. Windows color (decimal): -2247097 or 4699869. OLE color: 4699869.

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

Color convert

RGB 221 182 71 -
CMYK 0 0.18 0.68 0.13
HSL 44.4º 0.69% 0.57% -
HSV(B) 44.4º 0.68% 0.87% -
XYZ 47.68 49.28 12.96 -
YUV 181.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 221 182 71 0 0.18 0.68 0.13 44.4 0.69 0.57
Hex DD B6 47 0 12 44 D 2C 45 39
Octal 335 266 107 0 22 104 15 54 105 71
Binary 11011101 10110110 1000111 0 10010 1000100 1101 101100 1000101 111001

Color Harmonies of #DDB647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB647

Black with #DDB647

Text Example


Text Example

White with #DDB647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB647; }

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

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

background-color css

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

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

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

border-color css

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

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

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