Html Css Color HEX #D68E6D Copper

📋 copy color: '#D68E6D'

red 214 ◦ green 142 ◦ blue 109

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

Shades of Copper #D68E6D

Tints of Copper #D68E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

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

R = 46.02%
G = 30.54%
B = 23.44%

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

#D68E6D (or 0xD68E6D) is known color: Copper. HEX triplet: D6, 8E and 6D. RGB value is (214,142,109). Sum of RGB (Red+Green+Blue) = 214+142+109=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E6D is #297192. Grayscale: #9F9F9F. Windows color (decimal): -2716051 or 7179990. OLE color: 7179990.

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

Color convert

RGB 214 142 109 -
CMYK 0 0.34 0.49 0.16
HSL 18.86º 0.56% 0.63% -
HSV(B) 18.86º 0.49% 0.84% -
XYZ 40.16 34.75 19.06 -
YUV 159.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 214 142 109 0 0.34 0.49 0.16 18.86 0.56 0.63
Hex D6 8E 6D 0 22 31 10 13 38 3F
Octal 326 216 155 0 42 61 20 23 70 77
Binary 11010110 10001110 1101101 0 100010 110001 10000 10011 111000 111111

Color Harmonies of #D68E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E6D

Black with #D68E6D

Text Example


Text Example

White with #D68E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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