Html Css Color HEX #DA8F6C Copper

📋 copy color: '#DA8F6C'

red 218 ◦ green 143 ◦ blue 108

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

Shades of Copper #DA8F6C

Tints of Copper #DA8F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.03%

R = 46.48%
G = 30.49%
B = 23.03%

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

#DA8F6C (or 0xDA8F6C) is known color: Copper. HEX triplet: DA, 8F and 6C. RGB value is (218,143,108). Sum of RGB (Red+Green+Blue) = 218+143+108=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F6C is #257093. Grayscale: #A1A1A1. Windows color (decimal): -2453652 or 7114714. OLE color: 7114714.

HSL color Cylindrical-coordinate representation of color #DA8F6C: hue angle of 19.09º degrees, saturation: 0.6, 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 #DA8F6C is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 108 -
CMYK 0 0.34 0.50 0.15
HSL 19.09º 0.6% 0.64% -
HSV(B) 19.09º 0.5% 0.85% -
XYZ 41.44 35.63 18.88 -
YUV 161.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 218 143 108 0 0.34 0.50 0.15 19.09 0.6 0.64
Hex DA 8F 6C 0 22 32 F 13 3C 40
Octal 332 217 154 0 42 62 17 23 74 100
Binary 11011010 10001111 1101100 0 100010 110010 1111 10011 111100 1000000

Color Harmonies of #DA8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F6C

Black with #DA8F6C

Text Example


Text Example

White with #DA8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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