Html Css Color HEX #D7926C Copper

📋 copy color: '#D7926C'

red 215 ◦ green 146 ◦ blue 108

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

Shades of Copper #D7926C

Tints of Copper #D7926C

RGB

 RED value IS 215 (84.38% from 255) = 45.84%

 GREEN value IS 146 (57.42% from 255) = 31.13%

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

R = 45.84%
G = 31.13%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7926C (or 0xD7926C) is known color: Copper. HEX triplet: D7, 92 and 6C. RGB value is (215,146,108). Sum of RGB (Red+Green+Blue) = 215+146+108=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D7926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7926C is #286D93. Grayscale: #A2A2A2. Windows color (decimal): -2649492 or 7115479. OLE color: 7115479.

HSL color Cylindrical-coordinate representation of color #D7926C: hue angle of 21.31º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7926C is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 146 108 -
CMYK 0 0.32 0.50 0.16
HSL 21.31º 0.57% 0.63% -
HSV(B) 21.31º 0.5% 0.84% -
XYZ 41.01 36.09 18.99 -
YUV 162.3 97.36 165.59 -
System Red Green Blue C M Y K H S L
Decimal 215 146 108 0 0.32 0.50 0.16 21.31 0.57 0.63
Hex D7 92 6C 0 20 32 10 15 39 3F
Octal 327 222 154 0 40 62 20 25 71 77
Binary 11010111 10010010 1101100 0 100000 110010 10000 10101 111001 111111

Color Harmonies of #D7926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7926C

Black with #D7926C

Text Example


Text Example

White with #D7926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7926C; }

 p { color: rgb(215,146,108); }

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

background-color css

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

 a { background-color: rgb(215,146,108); }

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

border-color css

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

 span { border-color: rgb(215,146,108); }

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