Html Css Color HEX #DD853D Tree Poppy

📋 copy color: '#DD853D'

red 221 ◦ green 133 ◦ blue 61

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

Shades of Tree Poppy #DD853D

Tints of Tree Poppy #DD853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.7%

R = 53.25%
G = 32.05%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD853D (or 0xDD853D) is known color: Tree Poppy. HEX triplet: DD, 85 and 3D. RGB value is (221,133,61). Sum of RGB (Red+Green+Blue) = 221+133+61=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD853D is #227AC2. Grayscale: #979797. Windows color (decimal): -2259651 or 4031965. OLE color: 4031965.

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

Color convert

RGB 221 133 61 -
CMYK 0 0.40 0.72 0.13
HSL 27º 0.7% 0.55% -
HSV(B) 27º 0.72% 0.87% -
XYZ 39.05 32.48 8.63 -
YUV 151.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 221 133 61 0 0.40 0.72 0.13 27 0.7 0.55
Hex DD 85 3D 0 28 48 D 1B 46 37
Octal 335 205 75 0 50 110 15 33 106 67
Binary 11011101 10000101 111101 0 101000 1001000 1101 11011 1000110 110111

Color Harmonies of #DD853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD853D

Black with #DD853D

Text Example


Text Example

White with #DD853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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