Html Css Color HEX #DD832E Tree Poppy

📋 copy color: '#DD832E'

red 221 ◦ green 131 ◦ blue 46

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

Shades of Tree Poppy #DD832E

Tints of Tree Poppy #DD832E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 55.53%
G = 32.91%
B = 11.56%

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

#DD832E (or 0xDD832E) is known color: Tree Poppy. HEX triplet: DD, 83 and 2E. RGB value is (221,131,46). Sum of RGB (Red+Green+Blue) = 221+131+46=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD832E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD832E is #227CD1. Grayscale: #949494. Windows color (decimal): -2260178 or 3048413. OLE color: 3048413.

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

Color convert

RGB 221 131 46 -
CMYK 0 0.41 0.79 0.13
HSL 29.14º 0.72% 0.52% -
HSV(B) 29.14º 0.79% 0.87% -
XYZ 38.43 31.8 6.7 -
YUV 148.22 70.32 179.91 -
System Red Green Blue C M Y K H S L
Decimal 221 131 46 0 0.41 0.79 0.13 29.14 0.72 0.52
Hex DD 83 2E 0 29 4F D 1D 48 34
Octal 335 203 56 0 51 117 15 35 110 64
Binary 11011101 10000011 101110 0 101001 1001111 1101 11101 1001000 110100

Color Harmonies of #DD832E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD832E

Black with #DD832E

Text Example


Text Example

White with #DD832E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD832E; }

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

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

background-color css

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

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

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

border-color css

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

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

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