Html Css Color HEX #DC8A3C Tree Poppy

📋 copy color: '#DC8A3C'

red 220 ◦ green 138 ◦ blue 60

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

Shades of Tree Poppy #DC8A3C

Tints of Tree Poppy #DC8A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 52.63%
G = 33.01%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC8A3C (or 0xDC8A3C) is known color: Tree Poppy. HEX triplet: DC, 8A and 3C. RGB value is (220,138,60). Sum of RGB (Red+Green+Blue) = 220+138+60=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A3C is #2375C3. Grayscale: #9A9A9A. Windows color (decimal): -2323908 or 3967708. OLE color: 3967708.

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

Color convert

RGB 220 138 60 -
CMYK 0 0.37 0.73 0.14
HSL 29.25º 0.7% 0.55% -
HSV(B) 29.25º 0.73% 0.86% -
XYZ 39.42 33.72 8.71 -
YUV 153.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 220 138 60 0 0.37 0.73 0.14 29.25 0.7 0.55
Hex DC 8A 3C 0 25 49 E 1D 46 37
Octal 334 212 74 0 45 111 16 35 106 67
Binary 11011100 10001010 111100 0 100101 1001001 1110 11101 1000110 110111

Color Harmonies of #DC8A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A3C

Black with #DC8A3C

Text Example


Text Example

White with #DC8A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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