Html Css Color HEX #DD842F Tree Poppy

📋 copy color: '#DD842F'

red 221 ◦ green 132 ◦ blue 47

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

Shades of Tree Poppy #DD842F

Tints of Tree Poppy #DD842F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.75%

R = 55.25%
G = 33%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD842F (or 0xDD842F) is known color: Tree Poppy. HEX triplet: DD, 84 and 2F. RGB value is (221,132,47). Sum of RGB (Red+Green+Blue) = 221+132+47=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD842F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD842F is #227BD0. Grayscale: #959595. Windows color (decimal): -2259921 or 3114205. OLE color: 3114205.

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

Color convert

RGB 221 132 47 -
CMYK 0 0.40 0.79 0.13
HSL 29.31º 0.72% 0.53% -
HSV(B) 29.31º 0.79% 0.87% -
XYZ 38.58 32.08 6.85 -
YUV 148.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 221 132 47 0 0.40 0.79 0.13 29.31 0.72 0.53
Hex DD 84 2F 0 28 4F D 1D 48 35
Octal 335 204 57 0 50 117 15 35 110 65
Binary 11011101 10000100 101111 0 101000 1001111 1101 11101 1001000 110101

Color Harmonies of #DD842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD842F

Black with #DD842F

Text Example


Text Example

White with #DD842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD842F; }

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

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

background-color css

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

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

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

border-color css

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

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

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