Html Css Color HEX #DA8F6E Copper

📋 copy color: '#DA8F6E'

red 218 ◦ green 143 ◦ blue 110

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

Shades of Copper #DA8F6E

Tints of Copper #DA8F6E

RGB

 RED value IS 218 (85.55% from 255) = 46.28%

 GREEN value IS 143 (56.25% from 255) = 30.36%

 BLUE value IS 110 (43.36% from 255) = 23.35%

R = 46.28%
G = 30.36%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA8F6E (or 0xDA8F6E) is known color: Copper. HEX triplet: DA, 8F and 6E. RGB value is (218,143,110). Sum of RGB (Red+Green+Blue) = 218+143+110=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F6E is #257091. Grayscale: #A1A1A1. Windows color (decimal): -2453650 or 7245786. OLE color: 7245786.

HSL color Cylindrical-coordinate representation of color #DA8F6E: hue angle of 18.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA8F6E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 110 -
CMYK 0 0.34 0.50 0.15
HSL 18.33º 0.59% 0.64% -
HSV(B) 18.33º 0.5% 0.85% -
XYZ 41.55 35.68 19.45 -
YUV 161.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 218 143 110 0 0.34 0.50 0.15 18.33 0.59 0.64
Hex DA 8F 6E 0 22 32 F 12 3B 40
Octal 332 217 156 0 42 62 17 22 73 100
Binary 11011010 10001111 1101110 0 100010 110010 1111 10010 111011 1000000

Color Harmonies of #DA8F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F6E

Black with #DA8F6E

Text Example


Text Example

White with #DA8F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F6E; }

 p { color: rgb(218,143,110); }

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

background-color css

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

 a { background-color: rgb(218,143,110); }

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

border-color css

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

 span { border-color: rgb(218,143,110); }

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