Html Css Color HEX #D8906E Copper

📋 copy color: '#D8906E'

red 216 ◦ green 144 ◦ blue 110

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

Shades of Copper #D8906E

Tints of Copper #D8906E

RGB

 RED value IS 216 (84.77% from 255) = 45.96%

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 110 (43.36% from 255) = 23.4%

R = 45.96%
G = 30.64%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8906E (or 0xD8906E) is known color: Copper. HEX triplet: D8, 90 and 6E. RGB value is (216,144,110). Sum of RGB (Red+Green+Blue) = 216+144+110=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 110 (43.36% from 255 or 23.40% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8906E is #276F91. Grayscale: #A1A1A1. Windows color (decimal): -2584466 or 7246040. OLE color: 7246040.

HSL color Cylindrical-coordinate representation of color #D8906E: hue angle of 19.25º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8906E is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 144 110 -
CMYK 0 0.33 0.49 0.15
HSL 19.25º 0.58% 0.64% -
HSV(B) 19.25º 0.49% 0.85% -
XYZ 41.11 35.67 19.47 -
YUV 161.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 216 144 110 0 0.33 0.49 0.15 19.25 0.58 0.64
Hex D8 90 6E 0 21 31 F 13 3A 40
Octal 330 220 156 0 41 61 17 23 72 100
Binary 11011000 10010000 1101110 0 100001 110001 1111 10011 111010 1000000

Color Harmonies of #D8906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8906E

Black with #D8906E

Text Example


Text Example

White with #D8906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8906E; }

 p { color: rgb(216,144,110); }

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

background-color css

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

 a { background-color: rgb(216,144,110); }

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

border-color css

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

 span { border-color: rgb(216,144,110); }

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