Html Css Color HEX #D68D6C Copper

📋 copy color: '#D68D6C'

red 214 ◦ green 141 ◦ blue 108

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

Shades of Copper #D68D6C

Tints of Copper #D68D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.45%

 BLUE value IS 108 (42.58% from 255) = 23.33%

R = 46.22%
G = 30.45%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D68D6C (or 0xD68D6C) is known color: Copper. HEX triplet: D6, 8D and 6C. RGB value is (214,141,108). Sum of RGB (Red+Green+Blue) = 214+141+108=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D6C is #297293. Grayscale: #9F9F9F. Windows color (decimal): -2716308 or 7114198. OLE color: 7114198.

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

Color convert

RGB 214 141 108 -
CMYK 0 0.34 0.50 0.16
HSL 18.68º 0.56% 0.63% -
HSV(B) 18.68º 0.5% 0.84% -
XYZ 39.96 34.43 18.73 -
YUV 159.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 214 141 108 0 0.34 0.50 0.16 18.68 0.56 0.63
Hex D6 8D 6C 0 22 32 10 13 38 3F
Octal 326 215 154 0 42 62 20 23 70 77
Binary 11010110 10001101 1101100 0 100010 110010 10000 10011 111000 111111

Color Harmonies of #D68D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D6C

Black with #D68D6C

Text Example


Text Example

White with #D68D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D6C; }

 p { color: rgb(214,141,108); }

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

background-color css

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

 a { background-color: rgb(214,141,108); }

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

border-color css

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

 span { border-color: rgb(214,141,108); }

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