Html Css Color HEX #D68C66 Copper

📋 copy color: '#D68C66'

red 214 ◦ green 140 ◦ blue 102

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

Shades of Copper #D68C66

Tints of Copper #D68C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 46.93%
G = 30.7%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68C66 (or 0xD68C66) is known color: Copper. HEX triplet: D6, 8C and 66. RGB value is (214,140,102). Sum of RGB (Red+Green+Blue) = 214+140+102=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C66 is #297399. Grayscale: #9E9E9E. Windows color (decimal): -2716570 or 6720726. OLE color: 6720726.

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

Color convert

RGB 214 140 102 -
CMYK 0 0.35 0.52 0.16
HSL 20.36º 0.58% 0.62% -
HSV(B) 20.36º 0.52% 0.84% -
XYZ 39.51 34.01 17.05 -
YUV 157.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 214 140 102 0 0.35 0.52 0.16 20.36 0.58 0.62
Hex D6 8C 66 0 23 34 10 14 3A 3E
Octal 326 214 146 0 43 64 20 24 72 76
Binary 11010110 10001100 1100110 0 100011 110100 10000 10100 111010 111110

Color Harmonies of #D68C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C66

Black with #D68C66

Text Example


Text Example

White with #D68C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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