Html Css Color HEX #DD8933 Tree Poppy

📋 copy color: '#DD8933'

red 221 ◦ green 137 ◦ blue 51

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

Shades of Tree Poppy #DD8933

Tints of Tree Poppy #DD8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 54.03%
G = 33.5%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD8933 (or 0xDD8933) is known color: Tree Poppy. HEX triplet: DD, 89 and 33. RGB value is (221,137,51). Sum of RGB (Red+Green+Blue) = 221+137+51=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8933 is #2276CC. Grayscale: #989898. Windows color (decimal): -2258637 or 3377629. OLE color: 3377629.

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

Color convert

RGB 221 137 51 -
CMYK 0 0.38 0.77 0.13
HSL 30.35º 0.71% 0.53% -
HSV(B) 30.35º 0.77% 0.87% -
XYZ 39.36 33.5 7.52 -
YUV 152.31 70.83 176.99 -
System Red Green Blue C M Y K H S L
Decimal 221 137 51 0 0.38 0.77 0.13 30.35 0.71 0.53
Hex DD 89 33 0 26 4D D 1E 47 35
Octal 335 211 63 0 46 115 15 36 107 65
Binary 11011101 10001001 110011 0 100110 1001101 1101 11110 1000111 110101

Color Harmonies of #DD8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8933

Black with #DD8933

Text Example


Text Example

White with #DD8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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