Html Css Color HEX #D68468 Copper

📋 copy color: '#D68468'

red 214 ◦ green 132 ◦ blue 104

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

Shades of Copper #D68468

Tints of Copper #D68468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

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

R = 47.56%
G = 29.33%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68468 (or 0xD68468) is known color: Copper. HEX triplet: D6, 84 and 68. RGB value is (214,132,104). Sum of RGB (Red+Green+Blue) = 214+132+104=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68468 is #297B97. Grayscale: #999999. Windows color (decimal): -2718616 or 6849750. OLE color: 6849750.

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

Color convert

RGB 214 132 104 -
CMYK 0 0.38 0.51 0.16
HSL 15.27º 0.57% 0.62% -
HSV(B) 15.27º 0.51% 0.84% -
XYZ 38.48 31.8 17.21 -
YUV 153.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 214 132 104 0 0.38 0.51 0.16 15.27 0.57 0.62
Hex D6 84 68 0 26 33 10 F 39 3E
Octal 326 204 150 0 46 63 20 17 71 76
Binary 11010110 10000100 1101000 0 100110 110011 10000 1111 111001 111110

Color Harmonies of #D68468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68468

Black with #D68468

Text Example


Text Example

White with #D68468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68468; }

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

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

background-color css

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

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

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

border-color css

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

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

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