Html Css Color HEX #DD8130 Tree Poppy

📋 copy color: '#DD8130'

red 221 ◦ green 129 ◦ blue 48

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

Shades of Tree Poppy #DD8130

Tints of Tree Poppy #DD8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 55.53%
G = 32.41%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8130 (or 0xDD8130) is known color: Tree Poppy. HEX triplet: DD, 81 and 30. RGB value is (221,129,48). Sum of RGB (Red+Green+Blue) = 221+129+48=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8130 is #227ECF. Grayscale: #939393. Windows color (decimal): -2260688 or 3178973. OLE color: 3178973.

HSL color Cylindrical-coordinate representation of color #DD8130: hue angle of 28.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8130 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 129 48 -
CMYK 0 0.42 0.78 0.13
HSL 28.09º 0.72% 0.53% -
HSV(B) 28.09º 0.78% 0.87% -
XYZ 38.2 31.29 6.82 -
YUV 147.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 221 129 48 0 0.42 0.78 0.13 28.09 0.72 0.53
Hex DD 81 30 0 2A 4E D 1C 48 35
Octal 335 201 60 0 52 116 15 34 110 65
Binary 11011101 10000001 110000 0 101010 1001110 1101 11100 1001000 110101

Color Harmonies of #DD8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8130

Black with #DD8130

Text Example


Text Example

White with #DD8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8130; }

 p { color: rgb(221,129,48); }

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

background-color css

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

 a { background-color: rgb(221,129,48); }

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

border-color css

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

 span { border-color: rgb(221,129,48); }

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