Html Css Color HEX #DA8B6A Copper

📋 copy color: '#DA8B6A'

red 218 ◦ green 139 ◦ blue 106

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

Shades of Copper #DA8B6A

Tints of Copper #DA8B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 47.08%
G = 30.02%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA8B6A (or 0xDA8B6A) is known color: Copper. HEX triplet: DA, 8B and 6A. RGB value is (218,139,106). Sum of RGB (Red+Green+Blue) = 218+139+106=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B6A is #257495. Grayscale: #9F9F9F. Windows color (decimal): -2454678 or 6982618. OLE color: 6982618.

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

Color convert

RGB 218 139 106 -
CMYK 0 0.36 0.51 0.15
HSL 17.68º 0.6% 0.64% -
HSV(B) 17.68º 0.51% 0.85% -
XYZ 40.75 34.41 18.13 -
YUV 158.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 218 139 106 0 0.36 0.51 0.15 17.68 0.6 0.64
Hex DA 8B 6A 0 24 33 F 12 3C 40
Octal 332 213 152 0 44 63 17 22 74 100
Binary 11011010 10001011 1101010 0 100100 110011 1111 10010 111100 1000000

Color Harmonies of #DA8B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B6A

Black with #DA8B6A

Text Example


Text Example

White with #DA8B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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