Html Css Color HEX #DC815F Copper

📋 copy color: '#DC815F'

red 220 ◦ green 129 ◦ blue 95

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

Shades of Copper #DC815F

Tints of Copper #DC815F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 49.55%
G = 29.05%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC815F (or 0xDC815F) is known color: Copper. HEX triplet: DC, 81 and 5F. RGB value is (220,129,95). Sum of RGB (Red+Green+Blue) = 220+129+95=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC815F is #237EA0. Grayscale: #989898. Windows color (decimal): -2326177 or 6259164. OLE color: 6259164.

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

Color convert

RGB 220 129 95 -
CMYK 0 0.41 0.57 0.14
HSL 16.32º 0.64% 0.62% -
HSV(B) 16.32º 0.57% 0.86% -
XYZ 39.43 31.74 14.88 -
YUV 152.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 220 129 95 0 0.41 0.57 0.14 16.32 0.64 0.62
Hex DC 81 5F 0 29 39 E 10 40 3E
Octal 334 201 137 0 51 71 16 20 100 76
Binary 11011100 10000001 1011111 0 101001 111001 1110 10000 1000000 111110

Color Harmonies of #DC815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC815F

Black with #DC815F

Text Example


Text Example

White with #DC815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC815F; }

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

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

background-color css

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

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

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

border-color css

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

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

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