Html Css Color HEX #DD832F Tree Poppy

📋 copy color: '#DD832F'

red 221 ◦ green 131 ◦ blue 47

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

Shades of Tree Poppy #DD832F

Tints of Tree Poppy #DD832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.83%

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

R = 55.39%
G = 32.83%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD832F (or 0xDD832F) is known color: Tree Poppy. HEX triplet: DD, 83 and 2F. RGB value is (221,131,47). Sum of RGB (Red+Green+Blue) = 221+131+47=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD832F is #227CD0. Grayscale: #949494. Windows color (decimal): -2260177 or 3113949. OLE color: 3113949.

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

Color convert

RGB 221 131 47 -
CMYK 0 0.41 0.79 0.13
HSL 28.97º 0.72% 0.53% -
HSV(B) 28.97º 0.79% 0.87% -
XYZ 38.45 31.81 6.8 -
YUV 148.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 221 131 47 0 0.41 0.79 0.13 28.97 0.72 0.53
Hex DD 83 2F 0 29 4F D 1D 48 35
Octal 335 203 57 0 51 117 15 35 110 65
Binary 11011101 10000011 101111 0 101001 1001111 1101 11101 1001000 110101

Color Harmonies of #DD832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD832F

Black with #DD832F

Text Example


Text Example

White with #DD832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD832F; }

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

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

background-color css

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

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

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

border-color css

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

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

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