Html Css Color HEX #D4886C Copper

📋 copy color: '#D4886C'

red 212 ◦ green 136 ◦ blue 108

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

Shades of Copper #D4886C

Tints of Copper #D4886C

RGB

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

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

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

R = 46.49%
G = 29.82%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4886C (or 0xD4886C) is known color: Copper. HEX triplet: D4, 88 and 6C. RGB value is (212,136,108). Sum of RGB (Red+Green+Blue) = 212+136+108=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4886C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4886C is #2B7793. Grayscale: #9B9B9B. Windows color (decimal): -2848660 or 7112916. OLE color: 7112916.

HSL color Cylindrical-coordinate representation of color #D4886C: hue angle of 16.15º 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 #D4886C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 136 108 -
CMYK 0 0.36 0.49 0.17
HSL 16.15º 0.55% 0.63% -
HSV(B) 16.15º 0.49% 0.83% -
XYZ 38.66 32.69 18.46 -
YUV 155.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 212 136 108 0 0.36 0.49 0.17 16.15 0.55 0.63
Hex D4 88 6C 0 24 31 11 10 37 3F
Octal 324 210 154 0 44 61 21 20 67 77
Binary 11010100 10001000 1101100 0 100100 110001 10001 10000 110111 111111

Color Harmonies of #D4886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4886C

Black with #D4886C

Text Example


Text Example

White with #D4886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4886C; }

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

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

background-color css

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

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

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

border-color css

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

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

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