Html Css Color HEX #DA895C Copper

📋 copy color: '#DA895C'

red 218 ◦ green 137 ◦ blue 92

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

Shades of Copper #DA895C

Tints of Copper #DA895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.58%

R = 48.77%
G = 30.65%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA895C (or 0xDA895C) is known color: Copper. HEX triplet: DA, 89 and 5C. RGB value is (218,137,92). Sum of RGB (Red+Green+Blue) = 218+137+92=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA895C is #2576A3. Grayscale: #9C9C9C. Windows color (decimal): -2455204 or 6064602. OLE color: 6064602.

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

Color convert

RGB 218 137 92 -
CMYK 0 0.37 0.58 0.15
HSL 21.43º 0.63% 0.61% -
HSV(B) 21.43º 0.58% 0.85% -
XYZ 39.79 33.57 14.51 -
YUV 156.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 218 137 92 0 0.37 0.58 0.15 21.43 0.63 0.61
Hex DA 89 5C 0 25 3A F 15 3F 3D
Octal 332 211 134 0 45 72 17 25 77 75
Binary 11011010 10001001 1011100 0 100101 111010 1111 10101 111111 111101

Color Harmonies of #DA895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA895C

Black with #DA895C

Text Example


Text Example

White with #DA895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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