Html Css Color HEX #DC8A3E Tree Poppy

📋 copy color: '#DC8A3E'

red 220 ◦ green 138 ◦ blue 62

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

Shades of Tree Poppy #DC8A3E

Tints of Tree Poppy #DC8A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.76%

R = 52.38%
G = 32.86%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC8A3E (or 0xDC8A3E) is known color: Tree Poppy. HEX triplet: DC, 8A and 3E. RGB value is (220,138,62). Sum of RGB (Red+Green+Blue) = 220+138+62=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A3E is #2375C1. Grayscale: #9A9A9A. Windows color (decimal): -2323906 or 4098780. OLE color: 4098780.

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

Color convert

RGB 220 138 62 -
CMYK 0 0.37 0.72 0.14
HSL 28.86º 0.69% 0.55% -
HSV(B) 28.86º 0.72% 0.86% -
XYZ 39.47 33.74 8.99 -
YUV 153.85 76.17 175.18 -
System Red Green Blue C M Y K H S L
Decimal 220 138 62 0 0.37 0.72 0.14 28.86 0.69 0.55
Hex DC 8A 3E 0 25 48 E 1D 45 37
Octal 334 212 76 0 45 110 16 35 105 67
Binary 11011100 10001010 111110 0 100101 1001000 1110 11101 1000101 110111

Color Harmonies of #DC8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A3E

Black with #DC8A3E

Text Example


Text Example

White with #DC8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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