Html Css Color HEX #D68E6A Copper

📋 copy color: '#D68E6A'

red 214 ◦ green 142 ◦ blue 106

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

Shades of Copper #D68E6A

Tints of Copper #D68E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 46.32%
G = 30.74%
B = 22.94%

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

#D68E6A (or 0xD68E6A) is known color: Copper. HEX triplet: D6, 8E and 6A. RGB value is (214,142,106). Sum of RGB (Red+Green+Blue) = 214+142+106=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E6A is #297195. Grayscale: #9F9F9F. Windows color (decimal): -2716054 or 6983382. OLE color: 6983382.

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

Color convert

RGB 214 142 106 -
CMYK 0 0.34 0.50 0.16
HSL 20º 0.57% 0.63% -
HSV(B) 20º 0.5% 0.84% -
XYZ 40.01 34.68 18.22 -
YUV 159.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 214 142 106 0 0.34 0.50 0.16 20 0.57 0.63
Hex D6 8E 6A 0 22 32 10 14 39 3F
Octal 326 216 152 0 42 62 20 24 71 77
Binary 11010110 10001110 1101010 0 100010 110010 10000 10100 111001 111111

Color Harmonies of #D68E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E6A

Black with #D68E6A

Text Example


Text Example

White with #D68E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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