Html Css Color HEX #DA8A6B Copper

📋 copy color: '#DA8A6B'

red 218 ◦ green 138 ◦ blue 107

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

Shades of Copper #DA8A6B

Tints of Copper #DA8A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.11%

R = 47.08%
G = 29.81%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA8A6B (or 0xDA8A6B) is known color: Copper. HEX triplet: DA, 8A and 6B. RGB value is (218,138,107). Sum of RGB (Red+Green+Blue) = 218+138+107=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A6B is #257594. Grayscale: #9E9E9E. Windows color (decimal): -2454933 or 7047898. OLE color: 7047898.

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

Color convert

RGB 218 138 107 -
CMYK 0 0.37 0.51 0.15
HSL 16.76º 0.6% 0.64% -
HSV(B) 16.76º 0.51% 0.85% -
XYZ 40.66 34.14 18.36 -
YUV 158.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 218 138 107 0 0.37 0.51 0.15 16.76 0.6 0.64
Hex DA 8A 6B 0 25 33 F 11 3C 40
Octal 332 212 153 0 45 63 17 21 74 100
Binary 11011010 10001010 1101011 0 100101 110011 1111 10001 111100 1000000

Color Harmonies of #DA8A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8A6B

Black with #DA8A6B

Text Example


Text Example

White with #DA8A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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