Html Css Color HEX #DC8242 Tree Poppy

📋 copy color: '#DC8242'

red 220 ◦ green 130 ◦ blue 66

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

Shades of Tree Poppy #DC8242

Tints of Tree Poppy #DC8242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 66 (26.17% from 255) = 15.87%

R = 52.88%
G = 31.25%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC8242 (or 0xDC8242) is known color: Tree Poppy. HEX triplet: DC, 82 and 42. RGB value is (220,130,66). Sum of RGB (Red+Green+Blue) = 220+130+66=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8242 is #237DBD. Grayscale: #959595. Windows color (decimal): -2325950 or 4358876. OLE color: 4358876.

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

Color convert

RGB 220 130 66 -
CMYK 0 0.41 0.7 0.14
HSL 24.94º 0.69% 0.56% -
HSV(B) 24.94º 0.7% 0.86% -
XYZ 38.48 31.57 9.22 -
YUV 149.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 220 130 66 0 0.41 0.7 0.14 24.94 0.69 0.56
Hex DC 82 42 0 29 46 E 19 45 38
Octal 334 202 102 0 51 106 16 31 105 70
Binary 11011100 10000010 1000010 0 101001 1000110 1110 11001 1000101 111000

Color Harmonies of #DC8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8242

Black with #DC8242

Text Example


Text Example

White with #DC8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8242; }

 p { color: rgb(220,130,66); }

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

background-color css

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

 a { background-color: rgb(220,130,66); }

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

border-color css

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

 span { border-color: rgb(220,130,66); }

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