Html Css Color HEX #D68B68 Copper

📋 copy color: '#D68B68'

red 214 ◦ green 139 ◦ blue 104

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

Shades of Copper #D68B68

Tints of Copper #D68B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 46.83%
G = 30.42%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68B68 (or 0xD68B68) is known color: Copper. HEX triplet: D6, 8B and 68. RGB value is (214,139,104). Sum of RGB (Red+Green+Blue) = 214+139+104=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B68 is #297497. Grayscale: #9D9D9D. Windows color (decimal): -2716824 or 6851542. OLE color: 6851542.

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

Color convert

RGB 214 139 104 -
CMYK 0 0.35 0.51 0.16
HSL 19.09º 0.57% 0.62% -
HSV(B) 19.09º 0.51% 0.84% -
XYZ 39.46 33.76 17.53 -
YUV 157.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 214 139 104 0 0.35 0.51 0.16 19.09 0.57 0.62
Hex D6 8B 68 0 23 33 10 13 39 3E
Octal 326 213 150 0 43 63 20 23 71 76
Binary 11010110 10001011 1101000 0 100011 110011 10000 10011 111001 111110

Color Harmonies of #D68B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68B68

Black with #D68B68

Text Example


Text Example

White with #D68B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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