Html Css Color HEX #DA8367 Copper

📋 copy color: '#DA8367'

red 218 ◦ green 131 ◦ blue 103

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

Shades of Copper #DA8367

Tints of Copper #DA8367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 48.23%
G = 28.98%
B = 22.79%

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

#DA8367 (or 0xDA8367) is known color: Copper. HEX triplet: DA, 83 and 67. RGB value is (218,131,103). Sum of RGB (Red+Green+Blue) = 218+131+103=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8367 is #257C98. Grayscale: #9A9A9A. Windows color (decimal): -2456729 or 6783962. OLE color: 6783962.

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

Color convert

RGB 218 131 103 -
CMYK 0 0.40 0.53 0.15
HSL 14.61º 0.61% 0.63% -
HSV(B) 14.61º 0.53% 0.85% -
XYZ 39.48 32.12 16.95 -
YUV 153.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 218 131 103 0 0.40 0.53 0.15 14.61 0.61 0.63
Hex DA 83 67 0 28 35 F F 3D 3F
Octal 332 203 147 0 50 65 17 17 75 77
Binary 11011010 10000011 1100111 0 101000 110101 1111 1111 111101 111111

Color Harmonies of #DA8367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8367

Black with #DA8367

Text Example


Text Example

White with #DA8367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8367; }

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

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

background-color css

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

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

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

border-color css

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

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

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