Html Css Color HEX #DA8A6F Copper

📋 copy color: '#DA8A6F'

red 218 ◦ green 138 ◦ blue 111

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

Shades of Copper #DA8A6F

Tints of Copper #DA8A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.77%

R = 46.68%
G = 29.55%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA8A6F (or 0xDA8A6F) is known color: Copper. HEX triplet: DA, 8A and 6F. RGB value is (218,138,111). Sum of RGB (Red+Green+Blue) = 218+138+111=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 111 (43.75% from 255 or 23.77% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6F is #257590. Grayscale: #9F9F9F. Windows color (decimal): -2454929 or 7310042. OLE color: 7310042.

HSL color Cylindrical-coordinate representation of color #DA8A6F: hue angle of 15.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA8A6F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 111 -
CMYK 0 0.37 0.49 0.15
HSL 15.14º 0.59% 0.65% -
HSV(B) 15.14º 0.49% 0.85% -
XYZ 40.87 34.23 19.49 -
YUV 158.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 218 138 111 0 0.37 0.49 0.15 15.14 0.59 0.65
Hex DA 8A 6F 0 25 31 F F 3B 41
Octal 332 212 157 0 45 61 17 17 73 101
Binary 11011010 10001010 1101111 0 100101 110001 1111 1111 111011 1000001

Color Harmonies of #DA8A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A6F

Black with #DA8A6F

Text Example


Text Example

White with #DA8A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A6F; }

 p { color: rgb(218,138,111); }

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

background-color css

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

 a { background-color: rgb(218,138,111); }

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

border-color css

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

 span { border-color: rgb(218,138,111); }

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