Html Css Color HEX #D68A6F Copper

📋 copy color: '#D68A6F'

red 214 ◦ green 138 ◦ blue 111

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

Shades of Copper #D68A6F

Tints of Copper #D68A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.81%

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 46.22%
G = 29.81%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D68A6F (or 0xD68A6F) is known color: Copper. HEX triplet: D6, 8A and 6F. RGB value is (214,138,111). Sum of RGB (Red+Green+Blue) = 214+138+111=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A6F is #297590. Grayscale: #9D9D9D. Windows color (decimal): -2717073 or 7310038. OLE color: 7310038.

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

Color convert

RGB 214 138 111 -
CMYK 0 0.36 0.48 0.16
HSL 15.73º 0.56% 0.64% -
HSV(B) 15.73º 0.48% 0.84% -
XYZ 39.69 33.62 19.44 -
YUV 157.65 101.68 168.2 -
System Red Green Blue C M Y K H S L
Decimal 214 138 111 0 0.36 0.48 0.16 15.73 0.56 0.64
Hex D6 8A 6F 0 24 30 10 10 38 40
Octal 326 212 157 0 44 60 20 20 70 100
Binary 11010110 10001010 1101111 0 100100 110000 10000 10000 111000 1000000

Color Harmonies of #D68A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A6F

Black with #D68A6F

Text Example


Text Example

White with #D68A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A6F; }

 p { color: rgb(214,138,111); }

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

background-color css

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

 a { background-color: rgb(214,138,111); }

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

border-color css

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

 span { border-color: rgb(214,138,111); }

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