Html Css Color HEX #DA8F6A Copper

📋 copy color: '#DA8F6A'

red 218 ◦ green 143 ◦ blue 106

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

Shades of Copper #DA8F6A

Tints of Copper #DA8F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 46.68%
G = 30.62%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA8F6A (or 0xDA8F6A) is known color: Copper. HEX triplet: DA, 8F and 6A. RGB value is (218,143,106). Sum of RGB (Red+Green+Blue) = 218+143+106=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F6A is #257095. Grayscale: #A1A1A1. Windows color (decimal): -2453654 or 6983642. OLE color: 6983642.

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

Color convert

RGB 218 143 106 -
CMYK 0 0.34 0.51 0.15
HSL 19.82º 0.6% 0.64% -
HSV(B) 19.82º 0.51% 0.85% -
XYZ 41.34 35.59 18.33 -
YUV 161.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 218 143 106 0 0.34 0.51 0.15 19.82 0.6 0.64
Hex DA 8F 6A 0 22 33 F 14 3C 40
Octal 332 217 152 0 42 63 17 24 74 100
Binary 11011010 10001111 1101010 0 100010 110011 1111 10100 111100 1000000

Color Harmonies of #DA8F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F6A

Black with #DA8F6A

Text Example


Text Example

White with #DA8F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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