Html Css Color HEX #D68D6E Copper

📋 copy color: '#D68D6E'

red 214 ◦ green 141 ◦ blue 110

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

Shades of Copper #D68D6E

Tints of Copper #D68D6E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

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

R = 46.02%
G = 30.32%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D68D6E (or 0xD68D6E) is known color: Copper. HEX triplet: D6, 8D and 6E. RGB value is (214,141,110). Sum of RGB (Red+Green+Blue) = 214+141+110=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D6E is #297291. Grayscale: #9F9F9F. Windows color (decimal): -2716306 or 7245270. OLE color: 7245270.

HSL color Cylindrical-coordinate representation of color #D68D6E: hue angle of 17.88º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D68D6E is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 110 -
CMYK 0 0.34 0.49 0.16
HSL 17.88º 0.56% 0.64% -
HSV(B) 17.88º 0.49% 0.84% -
XYZ 40.07 34.47 19.29 -
YUV 159.29 100.18 167.02 -
System Red Green Blue C M Y K H S L
Decimal 214 141 110 0 0.34 0.49 0.16 17.88 0.56 0.64
Hex D6 8D 6E 0 22 31 10 12 38 40
Octal 326 215 156 0 42 61 20 22 70 100
Binary 11010110 10001101 1101110 0 100010 110001 10000 10010 111000 1000000

Color Harmonies of #D68D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D6E

Black with #D68D6E

Text Example


Text Example

White with #D68D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D6E; }

 p { color: rgb(214,141,110); }

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

background-color css

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

 a { background-color: rgb(214,141,110); }

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

border-color css

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

 span { border-color: rgb(214,141,110); }

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