Html Css Color HEX #D68D6A Copper

📋 copy color: '#D68D6A'

red 214 ◦ green 141 ◦ blue 106

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

Shades of Copper #D68D6A

Tints of Copper #D68D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.99%

R = 46.42%
G = 30.59%
B = 22.99%

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

#D68D6A (or 0xD68D6A) is known color: Copper. HEX triplet: D6, 8D and 6A. RGB value is (214,141,106). Sum of RGB (Red+Green+Blue) = 214+141+106=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D6A is #297295. Grayscale: #9F9F9F. Windows color (decimal): -2716310 or 6983126. OLE color: 6983126.

HSL color Cylindrical-coordinate representation of color #D68D6A: hue angle of 19.44º degrees, saturation: 0.57, 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 #D68D6A is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 141 106 -
CMYK 0 0.34 0.50 0.16
HSL 19.44º 0.57% 0.63% -
HSV(B) 19.44º 0.5% 0.84% -
XYZ 39.86 34.39 18.17 -
YUV 158.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 214 141 106 0 0.34 0.50 0.16 19.44 0.57 0.63
Hex D6 8D 6A 0 22 32 10 13 39 3F
Octal 326 215 152 0 42 62 20 23 71 77
Binary 11010110 10001101 1101010 0 100010 110010 10000 10011 111001 111111

Color Harmonies of #D68D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D6A

Black with #D68D6A

Text Example


Text Example

White with #D68D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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