Html Css Color HEX #DC8144 Tree Poppy

📋 copy color: '#DC8144'

red 220 ◦ green 129 ◦ blue 68

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

Shades of Tree Poppy #DC8144

Tints of Tree Poppy #DC8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 52.76%
G = 30.94%
B = 16.31%

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

#DC8144 (or 0xDC8144) is known color: Tree Poppy. HEX triplet: DC, 81 and 44. RGB value is (220,129,68). Sum of RGB (Red+Green+Blue) = 220+129+68=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 68 (26.95% from 255 or 16.31% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8144 is #237EBB. Grayscale: #959595. Windows color (decimal): -2326204 or 4489692. OLE color: 4489692.

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

Color convert

RGB 220 129 68 -
CMYK 0 0.41 0.69 0.14
HSL 24.08º 0.68% 0.56% -
HSV(B) 24.08º 0.69% 0.86% -
XYZ 38.41 31.33 9.49 -
YUV 149.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 220 129 68 0 0.41 0.69 0.14 24.08 0.68 0.56
Hex DC 81 44 0 29 45 E 18 44 38
Octal 334 201 104 0 51 105 16 30 104 70
Binary 11011100 10000001 1000100 0 101001 1000101 1110 11000 1000100 111000

Color Harmonies of #DC8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8144

Black with #DC8144

Text Example


Text Example

White with #DC8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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