Html Css Color HEX #D68E66 Copper

📋 copy color: '#D68E66'

red 214 ◦ green 142 ◦ blue 102

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

Shades of Copper #D68E66

Tints of Copper #D68E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.27%

R = 46.72%
G = 31%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68E66 (or 0xD68E66) is known color: Copper. HEX triplet: D6, 8E and 66. RGB value is (214,142,102). Sum of RGB (Red+Green+Blue) = 214+142+102=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E66 is #297199. Grayscale: #9F9F9F. Windows color (decimal): -2716058 or 6721238. OLE color: 6721238.

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

Color convert

RGB 214 142 102 -
CMYK 0 0.34 0.52 0.16
HSL 21.43º 0.58% 0.62% -
HSV(B) 21.43º 0.52% 0.84% -
XYZ 39.8 34.6 17.15 -
YUV 158.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 214 142 102 0 0.34 0.52 0.16 21.43 0.58 0.62
Hex D6 8E 66 0 22 34 10 15 3A 3E
Octal 326 216 146 0 42 64 20 25 72 76
Binary 11010110 10001110 1100110 0 100010 110100 10000 10101 111010 111110

Color Harmonies of #D68E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E66

Black with #D68E66

Text Example


Text Example

White with #D68E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E66; }

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

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

background-color css

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

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

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

border-color css

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

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

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