Html Css Color HEX #DA8768 Copper

📋 copy color: '#DA8768'

red 218 ◦ green 135 ◦ blue 104

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

Shades of Copper #DA8768

Tints of Copper #DA8768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.54%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 47.7%
G = 29.54%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8768 (or 0xDA8768) is known color: Copper. HEX triplet: DA, 87 and 68. RGB value is (218,135,104). Sum of RGB (Red+Green+Blue) = 218+135+104=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8768 is #257897. Grayscale: #9C9C9C. Windows color (decimal): -2455704 or 6850522. OLE color: 6850522.

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

Color convert

RGB 218 135 104 -
CMYK 0 0.38 0.52 0.15
HSL 16.32º 0.61% 0.63% -
HSV(B) 16.32º 0.52% 0.85% -
XYZ 40.08 33.23 17.4 -
YUV 156.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 218 135 104 0 0.38 0.52 0.15 16.32 0.61 0.63
Hex DA 87 68 0 26 34 F 10 3D 3F
Octal 332 207 150 0 46 64 17 20 75 77
Binary 11011010 10000111 1101000 0 100110 110100 1111 10000 111101 111111

Color Harmonies of #DA8768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8768

Black with #DA8768

Text Example


Text Example

White with #DA8768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8768; }

 p { color: rgb(218,135,104); }

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

background-color css

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

 a { background-color: rgb(218,135,104); }

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

border-color css

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

 span { border-color: rgb(218,135,104); }

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