Html Css Color HEX #DA895F Copper

📋 copy color: '#DA895F'

red 218 ◦ green 137 ◦ blue 95

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

Shades of Copper #DA895F

Tints of Copper #DA895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.44%

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 48.44%
G = 30.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA895F (or 0xDA895F) is known color: Copper. HEX triplet: DA, 89 and 5F. RGB value is (218,137,95). Sum of RGB (Red+Green+Blue) = 218+137+95=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA895F is #2576A0. Grayscale: #9C9C9C. Windows color (decimal): -2455201 or 6261210. OLE color: 6261210.

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

Color convert

RGB 218 137 95 -
CMYK 0 0.37 0.56 0.15
HSL 20.49º 0.62% 0.61% -
HSV(B) 20.49º 0.56% 0.85% -
XYZ 39.92 33.62 15.21 -
YUV 156.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 218 137 95 0 0.37 0.56 0.15 20.49 0.62 0.61
Hex DA 89 5F 0 25 38 F 14 3E 3D
Octal 332 211 137 0 45 70 17 24 76 75
Binary 11011010 10001001 1011111 0 100101 111000 1111 10100 111110 111101

Color Harmonies of #DA895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA895F

Black with #DA895F

Text Example


Text Example

White with #DA895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA895F; }

 p { color: rgb(218,137,95); }

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

background-color css

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

 a { background-color: rgb(218,137,95); }

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

border-color css

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

 span { border-color: rgb(218,137,95); }

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