Html Css Color HEX #DA8F67 Copper

📋 copy color: '#DA8F67'

red 218 ◦ green 143 ◦ blue 103

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

Shades of Copper #DA8F67

Tints of Copper #DA8F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.2%

R = 46.98%
G = 30.82%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8F67 (or 0xDA8F67) is known color: Copper. HEX triplet: DA, 8F and 67. RGB value is (218,143,103). Sum of RGB (Red+Green+Blue) = 218+143+103=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F67 is #257098. Grayscale: #A1A1A1. Windows color (decimal): -2453657 or 6787034. OLE color: 6787034.

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

Color convert

RGB 218 143 103 -
CMYK 0 0.34 0.53 0.15
HSL 20.87º 0.61% 0.63% -
HSV(B) 20.87º 0.53% 0.85% -
XYZ 41.18 35.53 17.52 -
YUV 160.87 95.35 168.75 -
System Red Green Blue C M Y K H S L
Decimal 218 143 103 0 0.34 0.53 0.15 20.87 0.61 0.63
Hex DA 8F 67 0 22 35 F 15 3D 3F
Octal 332 217 147 0 42 65 17 25 75 77
Binary 11011010 10001111 1100111 0 100010 110101 1111 10101 111101 111111

Color Harmonies of #DA8F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F67

Black with #DA8F67

Text Example


Text Example

White with #DA8F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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