Html Css Color HEX #DC8338 Tree Poppy

📋 copy color: '#DC8338'

red 220 ◦ green 131 ◦ blue 56

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

Shades of Tree Poppy #DC8338

Tints of Tree Poppy #DC8338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.19%

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

R = 54.05%
G = 32.19%
B = 13.76%

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

#DC8338 (or 0xDC8338) is known color: Tree Poppy. HEX triplet: DC, 83 and 38. RGB value is (220,131,56). Sum of RGB (Red+Green+Blue) = 220+131+56=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8338 is #237CC7. Grayscale: #959595. Windows color (decimal): -2325704 or 3703772. OLE color: 3703772.

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

Color convert

RGB 220 131 56 -
CMYK 0 0.40 0.75 0.14
HSL 27.44º 0.7% 0.54% -
HSV(B) 27.44º 0.75% 0.86% -
XYZ 38.35 31.73 7.85 -
YUV 149.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 220 131 56 0 0.40 0.75 0.14 27.44 0.7 0.54
Hex DC 83 38 0 28 4B E 1B 46 36
Octal 334 203 70 0 50 113 16 33 106 66
Binary 11011100 10000011 111000 0 101000 1001011 1110 11011 1000110 110110

Color Harmonies of #DC8338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8338

Black with #DC8338

Text Example


Text Example

White with #DC8338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8338; }

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

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

background-color css

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

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

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

border-color css

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

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

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