Html Css Color HEX #DDB847 Tulip Tree

📋 copy color: '#DDB847'

red 221 ◦ green 184 ◦ blue 71

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

Shades of Tulip Tree #DDB847

Tints of Tulip Tree #DDB847

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

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

R = 46.43%
G = 38.66%
B = 14.92%

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

#DDB847 (or 0xDDB847) is known color: Tulip Tree. HEX triplet: DD, B8 and 47. RGB value is (221,184,71). Sum of RGB (Red+Green+Blue) = 221+184+71=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB847 is #2247B8. Grayscale: #B6B6B6. Windows color (decimal): -2246585 or 4700381. OLE color: 4700381.

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

Color convert

RGB 221 184 71 -
CMYK 0 0.17 0.68 0.13
HSL 45.2º 0.69% 0.57% -
HSV(B) 45.2º 0.68% 0.87% -
XYZ 48.1 50.11 13.1 -
YUV 182.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 221 184 71 0 0.17 0.68 0.13 45.2 0.69 0.57
Hex DD B8 47 0 11 44 D 2D 45 39
Octal 335 270 107 0 21 104 15 55 105 71
Binary 11011101 10111000 1000111 0 10001 1000100 1101 101101 1000101 111001

Color Harmonies of #DDB847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB847

Black with #DDB847

Text Example


Text Example

White with #DDB847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB847; }

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

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

background-color css

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

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

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

border-color css

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

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

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