Html Css Color HEX #DC8244 Tree Poppy

📋 copy color: '#DC8244'

red 220 ◦ green 130 ◦ blue 68

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

Shades of Tree Poppy #DC8244

Tints of Tree Poppy #DC8244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 52.63%
G = 31.1%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8244 (or 0xDC8244) is known color: Tree Poppy. HEX triplet: DC, 82 and 44. RGB value is (220,130,68). Sum of RGB (Red+Green+Blue) = 220+130+68=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8244 is #237DBB. Grayscale: #969696. Windows color (decimal): -2325948 or 4489948. OLE color: 4489948.

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

Color convert

RGB 220 130 68 -
CMYK 0 0.41 0.69 0.14
HSL 24.47º 0.68% 0.56% -
HSV(B) 24.47º 0.69% 0.86% -
XYZ 38.54 31.6 9.54 -
YUV 149.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 220 130 68 0 0.41 0.69 0.14 24.47 0.68 0.56
Hex DC 82 44 0 29 45 E 18 44 38
Octal 334 202 104 0 51 105 16 30 104 70
Binary 11011100 10000010 1000100 0 101001 1000101 1110 11000 1000100 111000

Color Harmonies of #DC8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8244

Black with #DC8244

Text Example


Text Example

White with #DC8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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