Html Css Color HEX #DA885D Copper

📋 copy color: '#DA885D'

red 218 ◦ green 136 ◦ blue 93

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

Shades of Copper #DA885D

Tints of Copper #DA885D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.81%

R = 48.77%
G = 30.43%
B = 20.81%

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

#DA885D (or 0xDA885D) is known color: Copper. HEX triplet: DA, 88 and 5D. RGB value is (218,136,93). Sum of RGB (Red+Green+Blue) = 218+136+93=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885D is #2577A2. Grayscale: #9B9B9B. Windows color (decimal): -2455459 or 6129882. OLE color: 6129882.

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

Color convert

RGB 218 136 93 -
CMYK 0 0.38 0.57 0.15
HSL 20.64º 0.63% 0.61% -
HSV(B) 20.64º 0.57% 0.85% -
XYZ 39.69 33.3 14.69 -
YUV 155.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 218 136 93 0 0.38 0.57 0.15 20.64 0.63 0.61
Hex DA 88 5D 0 26 39 F 15 3F 3D
Octal 332 210 135 0 46 71 17 25 77 75
Binary 11011010 10001000 1011101 0 100110 111001 1111 10101 111111 111101

Color Harmonies of #DA885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA885D

Black with #DA885D

Text Example


Text Example

White with #DA885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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