Html Css Color HEX #D68E67 Copper

📋 copy color: '#D68E67'

red 214 ◦ green 142 ◦ blue 103

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

Shades of Copper #D68E67

Tints of Copper #D68E67

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.94%

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 46.62%
G = 30.94%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D68E67 (or 0xD68E67) is known color: Copper. HEX triplet: D6, 8E and 67. RGB value is (214,142,103). Sum of RGB (Red+Green+Blue) = 214+142+103=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E67 is #297198. Grayscale: #9F9F9F. Windows color (decimal): -2716057 or 6786774. OLE color: 6786774.

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

Color convert

RGB 214 142 103 -
CMYK 0 0.34 0.52 0.16
HSL 21.08º 0.58% 0.62% -
HSV(B) 21.08º 0.52% 0.84% -
XYZ 39.85 34.62 17.41 -
YUV 159.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 214 142 103 0 0.34 0.52 0.16 21.08 0.58 0.62
Hex D6 8E 67 0 22 34 10 15 3A 3E
Octal 326 216 147 0 42 64 20 25 72 76
Binary 11010110 10001110 1100111 0 100010 110100 10000 10101 111010 111110

Color Harmonies of #D68E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E67

Black with #D68E67

Text Example


Text Example

White with #D68E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E67; }

 p { color: rgb(214,142,103); }

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

background-color css

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

 a { background-color: rgb(214,142,103); }

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

border-color css

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

 span { border-color: rgb(214,142,103); }

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