Html Css Color HEX #D68F68 Copper

📋 copy color: '#D68F68'

red 214 ◦ green 143 ◦ blue 104

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

Shades of Copper #D68F68

Tints of Copper #D68F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

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

R = 46.42%
G = 31.02%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68F68 (or 0xD68F68) is known color: Copper. HEX triplet: D6, 8F and 68. RGB value is (214,143,104). Sum of RGB (Red+Green+Blue) = 214+143+104=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F68 is #297097. Grayscale: #A0A0A0. Windows color (decimal): -2715800 or 6852566. OLE color: 6852566.

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

Color convert

RGB 214 143 104 -
CMYK 0 0.33 0.51 0.16
HSL 21.27º 0.57% 0.62% -
HSV(B) 21.27º 0.51% 0.84% -
XYZ 40.05 34.94 17.73 -
YUV 159.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 214 143 104 0 0.33 0.51 0.16 21.27 0.57 0.62
Hex D6 8F 68 0 21 33 10 15 39 3E
Octal 326 217 150 0 41 63 20 25 71 76
Binary 11010110 10001111 1101000 0 100001 110011 10000 10101 111001 111110

Color Harmonies of #D68F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F68

Black with #D68F68

Text Example


Text Example

White with #D68F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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