Html Css Color HEX #DD853F Tree Poppy

📋 copy color: '#DD853F'

red 221 ◦ green 133 ◦ blue 63

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

Shades of Tree Poppy #DD853F

Tints of Tree Poppy #DD853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.11%

R = 53%
G = 31.89%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD853F (or 0xDD853F) is known color: Tree Poppy. HEX triplet: DD, 85 and 3F. RGB value is (221,133,63). Sum of RGB (Red+Green+Blue) = 221+133+63=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 63 (25% from 255 or 15.11% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853F is #227AC0. Grayscale: #979797. Windows color (decimal): -2259649 or 4163037. OLE color: 4163037.

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

Color convert

RGB 221 133 63 -
CMYK 0 0.40 0.71 0.13
HSL 26.58º 0.7% 0.56% -
HSV(B) 26.58º 0.71% 0.87% -
XYZ 39.1 32.51 8.92 -
YUV 151.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 221 133 63 0 0.40 0.71 0.13 26.58 0.7 0.56
Hex DD 85 3F 0 28 47 D 1B 46 38
Octal 335 205 77 0 50 107 15 33 106 70
Binary 11011101 10000101 111111 0 101000 1000111 1101 11011 1000110 111000

Color Harmonies of #DD853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD853F

Black with #DD853F

Text Example


Text Example

White with #DD853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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