Html Css Color HEX #D68868 Copper

📋 copy color: '#D68868'

red 214 ◦ green 136 ◦ blue 104

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

Shades of Copper #D68868

Tints of Copper #D68868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 47.14%
G = 29.96%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68868 (or 0xD68868) is known color: Copper. HEX triplet: D6, 88 and 68. RGB value is (214,136,104). Sum of RGB (Red+Green+Blue) = 214+136+104=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68868 is #297797. Grayscale: #9B9B9B. Windows color (decimal): -2717592 or 6850774. OLE color: 6850774.

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

Color convert

RGB 214 136 104 -
CMYK 0 0.36 0.51 0.16
HSL 17.45º 0.57% 0.62% -
HSV(B) 17.45º 0.51% 0.84% -
XYZ 39.03 32.9 17.39 -
YUV 155.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 214 136 104 0 0.36 0.51 0.16 17.45 0.57 0.62
Hex D6 88 68 0 24 33 10 11 39 3E
Octal 326 210 150 0 44 63 20 21 71 76
Binary 11010110 10001000 1101000 0 100100 110011 10000 10001 111001 111110

Color Harmonies of #D68868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68868

Black with #D68868

Text Example


Text Example

White with #D68868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68868; }

 p { color: rgb(214,136,104); }

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

background-color css

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

 a { background-color: rgb(214,136,104); }

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

border-color css

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

 span { border-color: rgb(214,136,104); }

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