Html Css Color HEX #DC8838 Tree Poppy

📋 copy color: '#DC8838'

red 220 ◦ green 136 ◦ blue 56

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

Shades of Tree Poppy #DC8838

Tints of Tree Poppy #DC8838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.59%

R = 53.4%
G = 33.01%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8838 (or 0xDC8838) is known color: Tree Poppy. HEX triplet: DC, 88 and 38. RGB value is (220,136,56). Sum of RGB (Red+Green+Blue) = 220+136+56=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8838 is #2377C7. Grayscale: #989898. Windows color (decimal): -2324424 or 3705052. OLE color: 3705052.

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

Color convert

RGB 220 136 56 -
CMYK 0 0.38 0.75 0.14
HSL 29.27º 0.7% 0.54% -
HSV(B) 29.27º 0.75% 0.86% -
XYZ 39.03 33.11 8.07 -
YUV 152 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 220 136 56 0 0.38 0.75 0.14 29.27 0.7 0.54
Hex DC 88 38 0 26 4B E 1D 46 36
Octal 334 210 70 0 46 113 16 35 106 66
Binary 11011100 10001000 111000 0 100110 1001011 1110 11101 1000110 110110

Color Harmonies of #DC8838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8838

Black with #DC8838

Text Example


Text Example

White with #DC8838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8838; }

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

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

background-color css

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

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

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

border-color css

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

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

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