Html Css Color HEX #DD8042 Tree Poppy

📋 copy color: '#DD8042'

red 221 ◦ green 128 ◦ blue 66

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

Shades of Tree Poppy #DD8042

Tints of Tree Poppy #DD8042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 53.25%
G = 30.84%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8042 (or 0xDD8042) is known color: Tree Poppy. HEX triplet: DD, 80 and 42. RGB value is (221,128,66). Sum of RGB (Red+Green+Blue) = 221+128+66=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8042 is #227FBD. Grayscale: #959595. Windows color (decimal): -2260926 or 4358365. OLE color: 4358365.

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

Color convert

RGB 221 128 66 -
CMYK 0 0.42 0.70 0.13
HSL 24º 0.7% 0.56% -
HSV(B) 24º 0.7% 0.87% -
XYZ 38.52 31.2 9.15 -
YUV 148.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 221 128 66 0 0.42 0.70 0.13 24 0.7 0.56
Hex DD 80 42 0 2A 46 D 18 46 38
Octal 335 200 102 0 52 106 15 30 106 70
Binary 11011101 10000000 1000010 0 101010 1000110 1101 11000 1000110 111000

Color Harmonies of #DD8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8042

Black with #DD8042

Text Example


Text Example

White with #DD8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8042; }

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

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

background-color css

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

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

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

border-color css

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

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

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