Html Css Color HEX #DA885E Copper

📋 copy color: '#DA885E'

red 218 ◦ green 136 ◦ blue 94

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

Shades of Copper #DA885E

Tints of Copper #DA885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

 BLUE value IS 94 (37.11% from 255) = 20.98%

R = 48.66%
G = 30.36%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA885E (or 0xDA885E) is known color: Copper. HEX triplet: DA, 88 and 5E. RGB value is (218,136,94). Sum of RGB (Red+Green+Blue) = 218+136+94=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885E is #2577A1. Grayscale: #9B9B9B. Windows color (decimal): -2455458 or 6195418. OLE color: 6195418.

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

Color convert

RGB 218 136 94 -
CMYK 0 0.38 0.57 0.15
HSL 20.32º 0.63% 0.61% -
HSV(B) 20.32º 0.57% 0.85% -
XYZ 39.74 33.32 14.93 -
YUV 155.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 218 136 94 0 0.38 0.57 0.15 20.32 0.63 0.61
Hex DA 88 5E 0 26 39 F 14 3F 3D
Octal 332 210 136 0 46 71 17 24 77 75
Binary 11011010 10001000 1011110 0 100110 111001 1111 10100 111111 111101

Color Harmonies of #DA885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA885E

Black with #DA885E

Text Example


Text Example

White with #DA885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA885E; }

 p { color: rgb(218,136,94); }

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

background-color css

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

 a { background-color: rgb(218,136,94); }

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

border-color css

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

 span { border-color: rgb(218,136,94); }

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