Html Css Color HEX #D5886F Copper

📋 copy color: '#D5886F'

red 213 ◦ green 136 ◦ blue 111

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

Shades of Copper #D5886F

Tints of Copper #D5886F

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

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

 BLUE value IS 111 (43.75% from 255) = 24.13%

R = 46.3%
G = 29.57%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5886F (or 0xD5886F) is known color: Copper. HEX triplet: D5, 88 and 6F. RGB value is (213,136,111). Sum of RGB (Red+Green+Blue) = 213+136+111=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5886F is #2A7790. Grayscale: #9C9C9C. Windows color (decimal): -2783121 or 7309525. OLE color: 7309525.

HSL color Cylindrical-coordinate representation of color #D5886F: hue angle of 14.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5886F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 111 -
CMYK 0 0.36 0.48 0.16
HSL 14.71º 0.55% 0.64% -
HSV(B) 14.71º 0.48% 0.84% -
XYZ 39.11 32.9 19.33 -
YUV 156.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 213 136 111 0 0.36 0.48 0.16 14.71 0.55 0.64
Hex D5 88 6F 0 24 30 10 F 37 40
Octal 325 210 157 0 44 60 20 17 67 100
Binary 11010101 10001000 1101111 0 100100 110000 10000 1111 110111 1000000

Color Harmonies of #D5886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5886F

Black with #D5886F

Text Example


Text Example

White with #D5886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5886F; }

 p { color: rgb(213,136,111); }

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

background-color css

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

 a { background-color: rgb(213,136,111); }

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

border-color css

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

 span { border-color: rgb(213,136,111); }

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