Html Css Color HEX #D68E6C Copper

📋 copy color: '#D68E6C'

red 214 ◦ green 142 ◦ blue 108

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

Shades of Copper #D68E6C

Tints of Copper #D68E6C

RGB

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

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

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

R = 46.12%
G = 30.6%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D68E6C (or 0xD68E6C) is known color: Copper. HEX triplet: D6, 8E and 6C. RGB value is (214,142,108). Sum of RGB (Red+Green+Blue) = 214+142+108=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E6C is #297193. Grayscale: #9F9F9F. Windows color (decimal): -2716052 or 7114454. OLE color: 7114454.

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

Color convert

RGB 214 142 108 -
CMYK 0 0.34 0.50 0.16
HSL 19.25º 0.56% 0.63% -
HSV(B) 19.25º 0.5% 0.84% -
XYZ 40.11 34.72 18.78 -
YUV 159.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 214 142 108 0 0.34 0.50 0.16 19.25 0.56 0.63
Hex D6 8E 6C 0 22 32 10 13 38 3F
Octal 326 216 154 0 42 62 20 23 70 77
Binary 11010110 10001110 1101100 0 100010 110010 10000 10011 111000 111111

Color Harmonies of #D68E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E6C

Black with #D68E6C

Text Example


Text Example

White with #D68E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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