Html Css Color HEX #DA8267 Copper

📋 copy color: '#DA8267'

red 218 ◦ green 130 ◦ blue 103

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

Shades of Copper #DA8267

Tints of Copper #DA8267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 48.34%
G = 28.82%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8267 (or 0xDA8267) is known color: Copper. HEX triplet: DA, 82 and 67. RGB value is (218,130,103). Sum of RGB (Red+Green+Blue) = 218+130+103=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8267 is #257D98. Grayscale: #999999. Windows color (decimal): -2456985 or 6783706. OLE color: 6783706.

HSL color Cylindrical-coordinate representation of color #DA8267: hue angle of 14.09º 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 #DA8267 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 103 -
CMYK 0 0.40 0.53 0.15
HSL 14.09º 0.61% 0.63% -
HSV(B) 14.09º 0.53% 0.85% -
XYZ 39.34 31.85 16.91 -
YUV 153.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 218 130 103 0 0.40 0.53 0.15 14.09 0.61 0.63
Hex DA 82 67 0 28 35 F E 3D 3F
Octal 332 202 147 0 50 65 17 16 75 77
Binary 11011010 10000010 1100111 0 101000 110101 1111 1110 111101 111111

Color Harmonies of #DA8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8267

Black with #DA8267

Text Example


Text Example

White with #DA8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8267; }

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

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

background-color css

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

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

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

border-color css

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

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

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