Html Css Color HEX #DDB247 Tulip Tree

📋 copy color: '#DDB247'

red 221 ◦ green 178 ◦ blue 71

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

Shades of Tulip Tree #DDB247

Tints of Tulip Tree #DDB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

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

R = 47.02%
G = 37.87%
B = 15.11%

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

#DDB247 (or 0xDDB247) is known color: Tulip Tree. HEX triplet: DD, B2 and 47. RGB value is (221,178,71). Sum of RGB (Red+Green+Blue) = 221+178+71=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB247 is #224DB8. Grayscale: #B3B3B3. Windows color (decimal): -2248121 or 4698845. OLE color: 4698845.

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

Color convert

RGB 221 178 71 -
CMYK 0 0.19 0.68 0.13
HSL 42.8º 0.69% 0.57% -
HSV(B) 42.8º 0.68% 0.87% -
XYZ 46.88 47.67 12.69 -
YUV 178.66 67.25 158.2 -
System Red Green Blue C M Y K H S L
Decimal 221 178 71 0 0.19 0.68 0.13 42.8 0.69 0.57
Hex DD B2 47 0 13 44 D 2B 45 39
Octal 335 262 107 0 23 104 15 53 105 71
Binary 11011101 10110010 1000111 0 10011 1000100 1101 101011 1000101 111001

Color Harmonies of #DDB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB247

Black with #DDB247

Text Example


Text Example

White with #DDB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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