Html Css Color HEX #DC883C Tree Poppy

📋 copy color: '#DC883C'

red 220 ◦ green 136 ◦ blue 60

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

Shades of Tree Poppy #DC883C

Tints of Tree Poppy #DC883C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.42%

R = 52.88%
G = 32.69%
B = 14.42%

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

#DC883C (or 0xDC883C) is known color: Tree Poppy. HEX triplet: DC, 88 and 3C. RGB value is (220,136,60). Sum of RGB (Red+Green+Blue) = 220+136+60=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC883C is #2377C3. Grayscale: #989898. Windows color (decimal): -2324420 or 3967196. OLE color: 3967196.

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

Color convert

RGB 220 136 60 -
CMYK 0 0.38 0.73 0.14
HSL 28.5º 0.7% 0.55% -
HSV(B) 28.5º 0.73% 0.86% -
XYZ 39.13 33.15 8.61 -
YUV 152.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 220 136 60 0 0.38 0.73 0.14 28.5 0.7 0.55
Hex DC 88 3C 0 26 49 E 1C 46 37
Octal 334 210 74 0 46 111 16 34 106 67
Binary 11011100 10001000 111100 0 100110 1001001 1110 11100 1000110 110111

Color Harmonies of #DC883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC883C

Black with #DC883C

Text Example


Text Example

White with #DC883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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