Html Css Color HEX #DA885F Copper

📋 copy color: '#DA885F'

red 218 ◦ green 136 ◦ blue 95

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

Shades of Copper #DA885F

Tints of Copper #DA885F

RGB

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

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

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

R = 48.55%
G = 30.29%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA885F (or 0xDA885F) is known color: Copper. HEX triplet: DA, 88 and 5F. RGB value is (218,136,95). Sum of RGB (Red+Green+Blue) = 218+136+95=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA885F is #2577A0. Grayscale: #9C9C9C. Windows color (decimal): -2455457 or 6260954. OLE color: 6260954.

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

Color convert

RGB 218 136 95 -
CMYK 0 0.38 0.56 0.15
HSL 20º 0.62% 0.61% -
HSV(B) 20º 0.56% 0.85% -
XYZ 39.78 33.34 15.16 -
YUV 155.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 218 136 95 0 0.38 0.56 0.15 20 0.62 0.61
Hex DA 88 5F 0 26 38 F 14 3E 3D
Octal 332 210 137 0 46 70 17 24 76 75
Binary 11011010 10001000 1011111 0 100110 111000 1111 10100 111110 111101

Color Harmonies of #DA885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA885F

Black with #DA885F

Text Example


Text Example

White with #DA885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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