Html Css Color HEX #DC8538 Tree Poppy

📋 copy color: '#DC8538'

red 220 ◦ green 133 ◦ blue 56

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

Shades of Tree Poppy #DC8538

Tints of Tree Poppy #DC8538

RGB

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

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

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

R = 53.79%
G = 32.52%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC8538 (or 0xDC8538) is known color: Tree Poppy. HEX triplet: DC, 85 and 38. RGB value is (220,133,56). Sum of RGB (Red+Green+Blue) = 220+133+56=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8538 is #237AC7. Grayscale: #969696. Windows color (decimal): -2325192 or 3704284. OLE color: 3704284.

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

Color convert

RGB 220 133 56 -
CMYK 0 0.40 0.75 0.14
HSL 28.17º 0.7% 0.54% -
HSV(B) 28.17º 0.75% 0.86% -
XYZ 38.62 32.28 7.94 -
YUV 150.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 220 133 56 0 0.40 0.75 0.14 28.17 0.7 0.54
Hex DC 85 38 0 28 4B E 1C 46 36
Octal 334 205 70 0 50 113 16 34 106 66
Binary 11011100 10000101 111000 0 101000 1001011 1110 11100 1000110 110110

Color Harmonies of #DC8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8538

Black with #DC8538

Text Example


Text Example

White with #DC8538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8538; }

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

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

background-color css

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

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

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

border-color css

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

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

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