Html Css Color HEX #D68C64 Copper

📋 copy color: '#D68C64'

red 214 ◦ green 140 ◦ blue 100

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

Shades of Copper #D68C64

Tints of Copper #D68C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 47.14%
G = 30.84%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68C64 (or 0xD68C64) is known color: Copper. HEX triplet: D6, 8C and 64. RGB value is (214,140,100). Sum of RGB (Red+Green+Blue) = 214+140+100=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C64 is #29739B. Grayscale: #9D9D9D. Windows color (decimal): -2716572 or 6589654. OLE color: 6589654.

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

Color convert

RGB 214 140 100 -
CMYK 0 0.35 0.53 0.16
HSL 21.05º 0.58% 0.62% -
HSV(B) 21.05º 0.53% 0.84% -
XYZ 39.41 33.97 16.54 -
YUV 157.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 214 140 100 0 0.35 0.53 0.16 21.05 0.58 0.62
Hex D6 8C 64 0 23 35 10 15 3A 3E
Octal 326 214 144 0 43 65 20 25 72 76
Binary 11010110 10001100 1100100 0 100011 110101 10000 10101 111010 111110

Color Harmonies of #D68C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C64

Black with #D68C64

Text Example


Text Example

White with #D68C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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