Html Css Color HEX #D68666 Copper

📋 copy color: '#D68666'

red 214 ◦ green 134 ◦ blue 102

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

Shades of Copper #D68666

Tints of Copper #D68666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

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

R = 47.56%
G = 29.78%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68666 (or 0xD68666) is known color: Copper. HEX triplet: D6, 86 and 66. RGB value is (214,134,102). Sum of RGB (Red+Green+Blue) = 214+134+102=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68666 is #297999. Grayscale: #9A9A9A. Windows color (decimal): -2718106 or 6719190. OLE color: 6719190.

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

Color convert

RGB 214 134 102 -
CMYK 0 0.37 0.52 0.16
HSL 17.14º 0.58% 0.62% -
HSV(B) 17.14º 0.52% 0.84% -
XYZ 38.65 32.31 16.77 -
YUV 154.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 214 134 102 0 0.37 0.52 0.16 17.14 0.58 0.62
Hex D6 86 66 0 25 34 10 11 3A 3E
Octal 326 206 146 0 45 64 20 21 72 76
Binary 11010110 10000110 1100110 0 100101 110100 10000 10001 111010 111110

Color Harmonies of #D68666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68666

Black with #D68666

Text Example


Text Example

White with #D68666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68666; }

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

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

background-color css

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

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

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

border-color css

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

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

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