Html Css Color HEX #DD8333 Tree Poppy

📋 copy color: '#DD8333'

red 221 ◦ green 131 ◦ blue 51

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

Shades of Tree Poppy #DD8333

Tints of Tree Poppy #DD8333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 54.84%
G = 32.51%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8333 (or 0xDD8333) is known color: Tree Poppy. HEX triplet: DD, 83 and 33. RGB value is (221,131,51). Sum of RGB (Red+Green+Blue) = 221+131+51=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8333 is #227CCC. Grayscale: #959595. Windows color (decimal): -2260173 or 3376093. OLE color: 3376093.

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

Color convert

RGB 221 131 51 -
CMYK 0 0.41 0.77 0.13
HSL 28.24º 0.71% 0.53% -
HSV(B) 28.24º 0.77% 0.87% -
XYZ 38.53 31.84 7.25 -
YUV 148.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 221 131 51 0 0.41 0.77 0.13 28.24 0.71 0.53
Hex DD 83 33 0 29 4D D 1C 47 35
Octal 335 203 63 0 51 115 15 34 107 65
Binary 11011101 10000011 110011 0 101001 1001101 1101 11100 1000111 110101

Color Harmonies of #DD8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8333

Black with #DD8333

Text Example


Text Example

White with #DD8333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8333; }

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

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

background-color css

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

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

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

border-color css

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

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

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