Html Css Color HEX #DD8633 Tree Poppy

📋 copy color: '#DD8633'

red 221 ◦ green 134 ◦ blue 51

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

Shades of Tree Poppy #DD8633

Tints of Tree Poppy #DD8633

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33%

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

R = 54.43%
G = 33%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8633 (or 0xDD8633) is known color: Tree Poppy. HEX triplet: DD, 86 and 33. RGB value is (221,134,51). Sum of RGB (Red+Green+Blue) = 221+134+51=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 51 (20.31% from 255 or 12.56% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8633 is #2279CC. Grayscale: #969696. Windows color (decimal): -2259405 or 3376861. OLE color: 3376861.

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

Color convert

RGB 221 134 51 -
CMYK 0 0.39 0.77 0.13
HSL 29.29º 0.71% 0.53% -
HSV(B) 29.29º 0.77% 0.87% -
XYZ 38.94 32.66 7.38 -
YUV 150.55 71.82 178.25 -
System Red Green Blue C M Y K H S L
Decimal 221 134 51 0 0.39 0.77 0.13 29.29 0.71 0.53
Hex DD 86 33 0 27 4D D 1D 47 35
Octal 335 206 63 0 47 115 15 35 107 65
Binary 11011101 10000110 110011 0 100111 1001101 1101 11101 1000111 110101

Color Harmonies of #DD8633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8633

Black with #DD8633

Text Example


Text Example

White with #DD8633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8633; }

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

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

background-color css

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

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

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

border-color css

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

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

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