Html Css Color HEX #D8906D Copper

📋 copy color: '#D8906D'

red 216 ◦ green 144 ◦ blue 109

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

Shades of Copper #D8906D

Tints of Copper #D8906D

RGB

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

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

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

R = 46.06%
G = 30.7%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8906D (or 0xD8906D) is known color: Copper. HEX triplet: D8, 90 and 6D. RGB value is (216,144,109). Sum of RGB (Red+Green+Blue) = 216+144+109=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D8906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8906D is #276F92. Grayscale: #A1A1A1. Windows color (decimal): -2584467 or 7180504. OLE color: 7180504.

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

Color convert

RGB 216 144 109 -
CMYK 0 0.33 0.50 0.15
HSL 19.63º 0.58% 0.64% -
HSV(B) 19.63º 0.5% 0.85% -
XYZ 41.05 35.65 19.19 -
YUV 161.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 216 144 109 0 0.33 0.50 0.15 19.63 0.58 0.64
Hex D8 90 6D 0 21 32 F 14 3A 40
Octal 330 220 155 0 41 62 17 24 72 100
Binary 11011000 10010000 1101101 0 100001 110010 1111 10100 111010 1000000

Color Harmonies of #D8906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8906D

Black with #D8906D

Text Example


Text Example

White with #D8906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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