Html Css Color HEX #DA8A70 Copper

📋 copy color: '#DA8A70'

red 218 ◦ green 138 ◦ blue 112

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

Shades of Copper #DA8A70

Tints of Copper #DA8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.49%

 BLUE value IS 112 (44.14% from 255) = 23.93%

R = 46.58%
G = 29.49%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA8A70 (or 0xDA8A70) is known color: Copper. HEX triplet: DA, 8A and 70. RGB value is (218,138,112). Sum of RGB (Red+Green+Blue) = 218+138+112=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A70 is #25758F. Grayscale: #9F9F9F. Windows color (decimal): -2454928 or 7375578. OLE color: 7375578.

HSL color Cylindrical-coordinate representation of color #DA8A70: hue angle of 14.72º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA8A70 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 112 -
CMYK 0 0.37 0.49 0.15
HSL 14.72º 0.59% 0.65% -
HSV(B) 14.72º 0.49% 0.85% -
XYZ 40.93 34.25 19.78 -
YUV 158.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 218 138 112 0 0.37 0.49 0.15 14.72 0.59 0.65
Hex DA 8A 70 0 25 31 F F 3B 41
Octal 332 212 160 0 45 61 17 17 73 101
Binary 11011010 10001010 1110000 0 100101 110001 1111 1111 111011 1000001

Color Harmonies of #DA8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A70

Black with #DA8A70

Text Example


Text Example

White with #DA8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A70; }

 p { color: rgb(218,138,112); }

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

background-color css

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

 a { background-color: rgb(218,138,112); }

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

border-color css

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

 span { border-color: rgb(218,138,112); }

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