Html Css Color HEX #D6906D Copper

📋 copy color: '#D6906D'

red 214 ◦ green 144 ◦ blue 109

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

Shades of Copper #D6906D

Tints of Copper #D6906D

RGB

 RED value IS 214 (83.98% from 255) = 45.82%

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

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

R = 45.82%
G = 30.84%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6906D (or 0xD6906D) is known color: Copper. HEX triplet: D6, 90 and 6D. RGB value is (214,144,109). Sum of RGB (Red+Green+Blue) = 214+144+109=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D6906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6906D is #296F92. Grayscale: #A1A1A1. Windows color (decimal): -2715539 or 7180502. OLE color: 7180502.

HSL color Cylindrical-coordinate representation of color #D6906D: hue angle of 20º degrees, saturation: 0.56, 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 #D6906D is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 144 109 -
CMYK 0 0.33 0.49 0.16
HSL 20º 0.56% 0.63% -
HSV(B) 20º 0.49% 0.84% -
XYZ 40.47 35.35 19.16 -
YUV 160.94 98.69 165.85 -
System Red Green Blue C M Y K H S L
Decimal 214 144 109 0 0.33 0.49 0.16 20 0.56 0.63
Hex D6 90 6D 0 21 31 10 14 38 3F
Octal 326 220 155 0 41 61 20 24 70 77
Binary 11010110 10010000 1101101 0 100001 110001 10000 10100 111000 111111

Color Harmonies of #D6906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6906D

Black with #D6906D

Text Example


Text Example

White with #D6906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6906D; }

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

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

background-color css

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

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

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

border-color css

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

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

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