Html Css Color HEX #DD852F Tree Poppy

📋 copy color: '#DD852F'

red 221 ◦ green 133 ◦ blue 47

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

Shades of Tree Poppy #DD852F

Tints of Tree Poppy #DD852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

 BLUE value IS 47 (18.75% from 255) = 11.72%

R = 55.11%
G = 33.17%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD852F (or 0xDD852F) is known color: Tree Poppy. HEX triplet: DD, 85 and 2F. RGB value is (221,133,47). Sum of RGB (Red+Green+Blue) = 221+133+47=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD852F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD852F is #227AD0. Grayscale: #959595. Windows color (decimal): -2259665 or 3114461. OLE color: 3114461.

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

Color convert

RGB 221 133 47 -
CMYK 0 0.40 0.79 0.13
HSL 29.66º 0.72% 0.53% -
HSV(B) 29.66º 0.79% 0.87% -
XYZ 38.72 32.35 6.89 -
YUV 149.51 70.15 178.99 -
System Red Green Blue C M Y K H S L
Decimal 221 133 47 0 0.40 0.79 0.13 29.66 0.72 0.53
Hex DD 85 2F 0 28 4F D 1E 48 35
Octal 335 205 57 0 50 117 15 36 110 65
Binary 11011101 10000101 101111 0 101000 1001111 1101 11110 1001000 110101

Color Harmonies of #DD852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD852F

Black with #DD852F

Text Example


Text Example

White with #DD852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD852F; }

 p { color: rgb(221,133,47); }

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

background-color css

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

 a { background-color: rgb(221,133,47); }

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

border-color css

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

 span { border-color: rgb(221,133,47); }

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