Html Css Color HEX #D5846D Copper

📋 copy color: '#D5846D'

red 213 ◦ green 132 ◦ blue 109

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

Shades of Copper #D5846D

Tints of Copper #D5846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.07%

 BLUE value IS 109 (42.97% from 255) = 24.01%

R = 46.92%
G = 29.07%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5846D (or 0xD5846D) is known color: Copper. HEX triplet: D5, 84 and 6D. RGB value is (213,132,109). Sum of RGB (Red+Green+Blue) = 213+132+109=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5846D is #2A7B92. Grayscale: #999999. Windows color (decimal): -2784147 or 7177429. OLE color: 7177429.

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

Color convert

RGB 213 132 109 -
CMYK 0 0.38 0.49 0.16
HSL 13.27º 0.55% 0.63% -
HSV(B) 13.27º 0.49% 0.84% -
XYZ 38.45 31.75 18.57 -
YUV 153.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 213 132 109 0 0.38 0.49 0.16 13.27 0.55 0.63
Hex D5 84 6D 0 26 31 10 D 37 3F
Octal 325 204 155 0 46 61 20 15 67 77
Binary 11010101 10000100 1101101 0 100110 110001 10000 1101 110111 111111

Color Harmonies of #D5846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5846D

Black with #D5846D

Text Example


Text Example

White with #D5846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5846D; }

 p { color: rgb(213,132,109); }

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

background-color css

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

 a { background-color: rgb(213,132,109); }

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

border-color css

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

 span { border-color: rgb(213,132,109); }

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