Html Css Color HEX #DA8968 Copper

📋 copy color: '#DA8968'

red 218 ◦ green 137 ◦ blue 104

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

Shades of Copper #DA8968

Tints of Copper #DA8968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

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

R = 47.49%
G = 29.85%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA8968 (or 0xDA8968) is known color: Copper. HEX triplet: DA, 89 and 68. RGB value is (218,137,104). Sum of RGB (Red+Green+Blue) = 218+137+104=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8968 is #257697. Grayscale: #9D9D9D. Windows color (decimal): -2455192 or 6851034. OLE color: 6851034.

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

Color convert

RGB 218 137 104 -
CMYK 0 0.37 0.52 0.15
HSL 17.37º 0.61% 0.63% -
HSV(B) 17.37º 0.52% 0.85% -
XYZ 40.36 33.8 17.49 -
YUV 157.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 218 137 104 0 0.37 0.52 0.15 17.37 0.61 0.63
Hex DA 89 68 0 25 34 F 11 3D 3F
Octal 332 211 150 0 45 64 17 21 75 77
Binary 11011010 10001001 1101000 0 100101 110100 1111 10001 111101 111111

Color Harmonies of #DA8968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8968

Black with #DA8968

Text Example


Text Example

White with #DA8968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8968; }

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

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

background-color css

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

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

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

border-color css

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

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

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