Html Css Color HEX #DC883B Tree Poppy

📋 copy color: '#DC883B'

red 220 ◦ green 136 ◦ blue 59

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

Shades of Tree Poppy #DC883B

Tints of Tree Poppy #DC883B

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

 GREEN value IS 136 (53.52% from 255) = 32.77%

 BLUE value IS 59 (23.44% from 255) = 14.22%

R = 53.01%
G = 32.77%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC883B (or 0xDC883B) is known color: Tree Poppy. HEX triplet: DC, 88 and 3B. RGB value is (220,136,59). Sum of RGB (Red+Green+Blue) = 220+136+59=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC883B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC883B is #2377C4. Grayscale: #989898. Windows color (decimal): -2324421 or 3901660. OLE color: 3901660.

HSL color Cylindrical-coordinate representation of color #DC883B: hue angle of 28.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC883B is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 59 -
CMYK 0 0.38 0.73 0.14
HSL 28.7º 0.7% 0.55% -
HSV(B) 28.7º 0.73% 0.86% -
XYZ 39.11 33.14 8.47 -
YUV 152.34 75.33 176.26 -
System Red Green Blue C M Y K H S L
Decimal 220 136 59 0 0.38 0.73 0.14 28.7 0.7 0.55
Hex DC 88 3B 0 26 49 E 1D 46 37
Octal 334 210 73 0 46 111 16 35 106 67
Binary 11011100 10001000 111011 0 100110 1001001 1110 11101 1000110 110111

Color Harmonies of #DC883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC883B

Black with #DC883B

Text Example


Text Example

White with #DC883B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC883B; }

 p { color: rgb(220,136,59); }

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

background-color css

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

 a { background-color: rgb(220,136,59); }

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

border-color css

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

 span { border-color: rgb(220,136,59); }

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