Html Css Color HEX #DD832D Tree Poppy

📋 copy color: '#DD832D'

red 221 ◦ green 131 ◦ blue 45

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

Shades of Tree Poppy #DD832D

Tints of Tree Poppy #DD832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.34%

R = 55.67%
G = 33%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD832D (or 0xDD832D) is known color: Tree Poppy. HEX triplet: DD, 83 and 2D. RGB value is (221,131,45). Sum of RGB (Red+Green+Blue) = 221+131+45=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD832D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD832D is #227CD2. Grayscale: #949494. Windows color (decimal): -2260179 or 2982877. OLE color: 2982877.

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

Color convert

RGB 221 131 45 -
CMYK 0 0.41 0.80 0.13
HSL 29.32º 0.72% 0.52% -
HSV(B) 29.32º 0.8% 0.87% -
XYZ 38.41 31.79 6.6 -
YUV 148.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 221 131 45 0 0.41 0.80 0.13 29.32 0.72 0.52
Hex DD 83 2D 0 29 50 D 1D 48 34
Octal 335 203 55 0 51 120 15 35 110 64
Binary 11011101 10000011 101101 0 101001 1010000 1101 11101 1001000 110100

Color Harmonies of #DD832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD832D

Black with #DD832D

Text Example


Text Example

White with #DD832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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