Html Css Color HEX #DD8438 Tree Poppy

📋 copy color: '#DD8438'

red 221 ◦ green 132 ◦ blue 56

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

Shades of Tree Poppy #DD8438

Tints of Tree Poppy #DD8438

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.27%

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 54.03%
G = 32.27%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD8438 (or 0xDD8438) is known color: Tree Poppy. HEX triplet: DD, 84 and 38. RGB value is (221,132,56). Sum of RGB (Red+Green+Blue) = 221+132+56=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8438 is #227BC7. Grayscale: #969696. Windows color (decimal): -2259912 or 3704029. OLE color: 3704029.

HSL color Cylindrical-coordinate representation of color #DD8438: hue angle of 27.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD8438 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 132 56 -
CMYK 0 0.40 0.75 0.13
HSL 27.64º 0.71% 0.54% -
HSV(B) 27.64º 0.75% 0.87% -
XYZ 38.78 32.16 7.9 -
YUV 149.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 221 132 56 0 0.40 0.75 0.13 27.64 0.71 0.54
Hex DD 84 38 0 28 4B D 1C 47 36
Octal 335 204 70 0 50 113 15 34 107 66
Binary 11011101 10000100 111000 0 101000 1001011 1101 11100 1000111 110110

Color Harmonies of #DD8438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8438

Black with #DD8438

Text Example


Text Example

White with #DD8438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8438; }

 p { color: rgb(221,132,56); }

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

background-color css

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

 a { background-color: rgb(221,132,56); }

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

border-color css

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

 span { border-color: rgb(221,132,56); }

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