Html Css Color HEX #DD8242 Tree Poppy

📋 copy color: '#DD8242'

red 221 ◦ green 130 ◦ blue 66

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

Shades of Tree Poppy #DD8242

Tints of Tree Poppy #DD8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 66 (26.17% from 255) = 15.83%

R = 53%
G = 31.18%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8242 (or 0xDD8242) is known color: Tree Poppy. HEX triplet: DD, 82 and 42. RGB value is (221,130,66). Sum of RGB (Red+Green+Blue) = 221+130+66=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8242 is #227DBD. Grayscale: #969696. Windows color (decimal): -2260414 or 4358877. OLE color: 4358877.

HSL color Cylindrical-coordinate representation of color #DD8242: hue angle of 24.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8242 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 66 -
CMYK 0 0.41 0.70 0.13
HSL 24.77º 0.7% 0.56% -
HSV(B) 24.77º 0.7% 0.87% -
XYZ 38.78 31.73 9.23 -
YUV 149.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 221 130 66 0 0.41 0.70 0.13 24.77 0.7 0.56
Hex DD 82 42 0 29 46 D 19 46 38
Octal 335 202 102 0 51 106 15 31 106 70
Binary 11011101 10000010 1000010 0 101001 1000110 1101 11001 1000110 111000

Color Harmonies of #DD8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8242

Black with #DD8242

Text Example


Text Example

White with #DD8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8242; }

 p { color: rgb(221,130,66); }

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

background-color css

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

 a { background-color: rgb(221,130,66); }

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

border-color css

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

 span { border-color: rgb(221,130,66); }

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