Html Css Color HEX #DA8A6E Copper

📋 copy color: '#DA8A6E'

red 218 ◦ green 138 ◦ blue 110

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

Shades of Copper #DA8A6E

Tints of Copper #DA8A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.61%

R = 46.78%
G = 29.61%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA8A6E (or 0xDA8A6E) is known color: Copper. HEX triplet: DA, 8A and 6E. RGB value is (218,138,110). Sum of RGB (Red+Green+Blue) = 218+138+110=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6E is #257591. Grayscale: #9E9E9E. Windows color (decimal): -2454930 or 7244506. OLE color: 7244506.

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

Color convert

RGB 218 138 110 -
CMYK 0 0.37 0.50 0.15
HSL 15.56º 0.59% 0.64% -
HSV(B) 15.56º 0.5% 0.85% -
XYZ 40.82 34.21 19.2 -
YUV 158.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 218 138 110 0 0.37 0.50 0.15 15.56 0.59 0.64
Hex DA 8A 6E 0 25 32 F 10 3B 40
Octal 332 212 156 0 45 62 17 20 73 100
Binary 11011010 10001010 1101110 0 100101 110010 1111 10000 111011 1000000

Color Harmonies of #DA8A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A6E

Black with #DA8A6E

Text Example


Text Example

White with #DA8A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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