Html Css Color HEX #DD8B42 Tree Poppy

📋 copy color: '#DD8B42'

red 221 ◦ green 139 ◦ blue 66

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

Shades of Tree Poppy #DD8B42

Tints of Tree Poppy #DD8B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.63%

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

R = 51.88%
G = 32.63%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8B42 (or 0xDD8B42) is known color: Tree Poppy. HEX triplet: DD, 8B and 42. RGB value is (221,139,66). Sum of RGB (Red+Green+Blue) = 221+139+66=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8B42 is #2274BD. Grayscale: #9B9B9B. Windows color (decimal): -2258110 or 4361181. OLE color: 4361181.

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

Color convert

RGB 221 139 66 -
CMYK 0 0.37 0.70 0.13
HSL 28.26º 0.7% 0.56% -
HSV(B) 28.26º 0.7% 0.87% -
XYZ 40.03 34.23 9.65 -
YUV 155.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 221 139 66 0 0.37 0.70 0.13 28.26 0.7 0.56
Hex DD 8B 42 0 25 46 D 1C 46 38
Octal 335 213 102 0 45 106 15 34 106 70
Binary 11011101 10001011 1000010 0 100101 1000110 1101 11100 1000110 111000

Color Harmonies of #DD8B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8B42

Black with #DD8B42

Text Example


Text Example

White with #DD8B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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