Html Css Color HEX #D68A6D Copper

📋 copy color: '#D68A6D'

red 214 ◦ green 138 ◦ blue 109

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

Shades of Copper #D68A6D

Tints of Copper #D68A6D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

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

R = 46.42%
G = 29.93%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D68A6D (or 0xD68A6D) is known color: Copper. HEX triplet: D6, 8A and 6D. RGB value is (214,138,109). Sum of RGB (Red+Green+Blue) = 214+138+109=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A6D is #297592. Grayscale: #9D9D9D. Windows color (decimal): -2717075 or 7178966. OLE color: 7178966.

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

Color convert

RGB 214 138 109 -
CMYK 0 0.36 0.49 0.16
HSL 16.57º 0.56% 0.63% -
HSV(B) 16.57º 0.49% 0.84% -
XYZ 39.58 33.58 18.86 -
YUV 157.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 214 138 109 0 0.36 0.49 0.16 16.57 0.56 0.63
Hex D6 8A 6D 0 24 31 10 11 38 3F
Octal 326 212 155 0 44 61 20 21 70 77
Binary 11010110 10001010 1101101 0 100100 110001 10000 10001 111000 111111

Color Harmonies of #D68A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A6D

Black with #D68A6D

Text Example


Text Example

White with #D68A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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