Html Css Color HEX #DA8B6E Copper

📋 copy color: '#DA8B6E'

red 218 ◦ green 139 ◦ blue 110

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

Shades of Copper #DA8B6E

Tints of Copper #DA8B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.76%

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

R = 46.68%
G = 29.76%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA8B6E (or 0xDA8B6E) is known color: Copper. HEX triplet: DA, 8B and 6E. RGB value is (218,139,110). Sum of RGB (Red+Green+Blue) = 218+139+110=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 110 (43.36% from 255 or 23.55% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B6E is #257491. Grayscale: #9F9F9F. Windows color (decimal): -2454674 or 7244762. OLE color: 7244762.

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

Color convert

RGB 218 139 110 -
CMYK 0 0.36 0.50 0.15
HSL 16.11º 0.59% 0.64% -
HSV(B) 16.11º 0.5% 0.85% -
XYZ 40.96 34.5 19.25 -
YUV 159.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 218 139 110 0 0.36 0.50 0.15 16.11 0.59 0.64
Hex DA 8B 6E 0 24 32 F 10 3B 40
Octal 332 213 156 0 44 62 17 20 73 100
Binary 11011010 10001011 1101110 0 100100 110010 1111 10000 111011 1000000

Color Harmonies of #DA8B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B6E

Black with #DA8B6E

Text Example


Text Example

White with #DA8B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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