Html Css Color HEX #D4856C Copper

📋 copy color: '#D4856C'

red 212 ◦ green 133 ◦ blue 108

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

Shades of Copper #D4856C

Tints of Copper #D4856C

RGB

 RED value IS 212 (83.2% from 255) = 46.8%

 GREEN value IS 133 (52.34% from 255) = 29.36%

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 46.8%
G = 29.36%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4856C (or 0xD4856C) is known color: Copper. HEX triplet: D4, 85 and 6C. RGB value is (212,133,108). Sum of RGB (Red+Green+Blue) = 212+133+108=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4856C is #2B7A93. Grayscale: #999999. Windows color (decimal): -2849428 or 7112148. OLE color: 7112148.

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

Color convert

RGB 212 133 108 -
CMYK 0 0.37 0.49 0.17
HSL 14.42º 0.55% 0.63% -
HSV(B) 14.42º 0.49% 0.83% -
XYZ 38.25 31.85 18.32 -
YUV 153.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 212 133 108 0 0.37 0.49 0.17 14.42 0.55 0.63
Hex D4 85 6C 0 25 31 11 E 37 3F
Octal 324 205 154 0 45 61 21 16 67 77
Binary 11010100 10000101 1101100 0 100101 110001 10001 1110 110111 111111

Color Harmonies of #D4856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4856C

Black with #D4856C

Text Example


Text Example

White with #D4856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4856C; }

 p { color: rgb(212,133,108); }

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

background-color css

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

 a { background-color: rgb(212,133,108); }

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

border-color css

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

 span { border-color: rgb(212,133,108); }

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