Html Css Color HEX #DC8A44 Tree Poppy

📋 copy color: '#DC8A44'

red 220 ◦ green 138 ◦ blue 68

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

Shades of Tree Poppy #DC8A44

Tints of Tree Poppy #DC8A44

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.39%

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

R = 51.64%
G = 32.39%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC8A44 (or 0xDC8A44) is known color: Tree Poppy. HEX triplet: DC, 8A and 44. RGB value is (220,138,68). Sum of RGB (Red+Green+Blue) = 220+138+68=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A44 is #2375BB. Grayscale: #9A9A9A. Windows color (decimal): -2323900 or 4491996. OLE color: 4491996.

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

Color convert

RGB 220 138 68 -
CMYK 0 0.37 0.69 0.14
HSL 27.63º 0.68% 0.56% -
HSV(B) 27.63º 0.69% 0.86% -
XYZ 39.65 33.81 9.91 -
YUV 154.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 220 138 68 0 0.37 0.69 0.14 27.63 0.68 0.56
Hex DC 8A 44 0 25 45 E 1C 44 38
Octal 334 212 104 0 45 105 16 34 104 70
Binary 11011100 10001010 1000100 0 100101 1000101 1110 11100 1000100 111000

Color Harmonies of #DC8A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A44

Black with #DC8A44

Text Example


Text Example

White with #DC8A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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