Html Css Color HEX #DC8945 Tree Poppy

📋 copy color: '#DC8945'

red 220 ◦ green 137 ◦ blue 69

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

Shades of Tree Poppy #DC8945

Tints of Tree Poppy #DC8945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 51.64%
G = 32.16%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8945 (or 0xDC8945) is known color: Tree Poppy. HEX triplet: DC, 89 and 45. RGB value is (220,137,69). Sum of RGB (Red+Green+Blue) = 220+137+69=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8945 is #2376BA. Grayscale: #9A9A9A. Windows color (decimal): -2324155 or 4557276. OLE color: 4557276.

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

Color convert

RGB 220 137 69 -
CMYK 0 0.38 0.69 0.14
HSL 27.02º 0.68% 0.57% -
HSV(B) 27.02º 0.69% 0.86% -
XYZ 39.54 33.54 10.02 -
YUV 154.07 80 175.03 -
System Red Green Blue C M Y K H S L
Decimal 220 137 69 0 0.38 0.69 0.14 27.02 0.68 0.57
Hex DC 89 45 0 26 45 E 1B 44 39
Octal 334 211 105 0 46 105 16 33 104 71
Binary 11011100 10001001 1000101 0 100110 1000101 1110 11011 1000100 111001

Color Harmonies of #DC8945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8945

Black with #DC8945

Text Example


Text Example

White with #DC8945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8945; }

 p { color: rgb(220,137,69); }

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

background-color css

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

 a { background-color: rgb(220,137,69); }

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

border-color css

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

 span { border-color: rgb(220,137,69); }

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