Html Css Color HEX #D68C6D Copper

📋 copy color: '#D68C6D'

red 214 ◦ green 140 ◦ blue 109

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

Shades of Copper #D68C6D

Tints of Copper #D68C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 46.22%
G = 30.24%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D68C6D (or 0xD68C6D) is known color: Copper. HEX triplet: D6, 8C and 6D. RGB value is (214,140,109). Sum of RGB (Red+Green+Blue) = 214+140+109=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C6D is #297392. Grayscale: #9E9E9E. Windows color (decimal): -2716563 or 7179478. OLE color: 7179478.

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

Color convert

RGB 214 140 109 -
CMYK 0 0.35 0.49 0.16
HSL 17.71º 0.56% 0.63% -
HSV(B) 17.71º 0.49% 0.84% -
XYZ 39.87 34.16 18.96 -
YUV 158.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 214 140 109 0 0.35 0.49 0.16 17.71 0.56 0.63
Hex D6 8C 6D 0 23 31 10 12 38 3F
Octal 326 214 155 0 43 61 20 22 70 77
Binary 11010110 10001100 1101101 0 100011 110001 10000 10010 111000 111111

Color Harmonies of #D68C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C6D

Black with #D68C6D

Text Example


Text Example

White with #D68C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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