Html Css Color HEX #D68971 Copper

📋 copy color: '#D68971'

red 214 ◦ green 137 ◦ blue 113

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

Shades of Copper #D68971

Tints of Copper #D68971

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.53%

 BLUE value IS 113 (44.53% from 255) = 24.35%

R = 46.12%
G = 29.53%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D68971 (or 0xD68971) is known color: Copper. HEX triplet: D6, 89 and 71. RGB value is (214,137,113). Sum of RGB (Red+Green+Blue) = 214+137+113=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68971 is #29768E. Grayscale: #9D9D9D. Windows color (decimal): -2717327 or 7440854. OLE color: 7440854.

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

Color convert

RGB 214 137 113 -
CMYK 0 0.36 0.47 0.16
HSL 14.26º 0.55% 0.64% -
HSV(B) 14.26º 0.47% 0.84% -
XYZ 39.66 33.38 19.98 -
YUV 157.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 214 137 113 0 0.36 0.47 0.16 14.26 0.55 0.64
Hex D6 89 71 0 24 2F 10 E 37 40
Octal 326 211 161 0 44 57 20 16 67 100
Binary 11010110 10001001 1110001 0 100100 101111 10000 1110 110111 1000000

Color Harmonies of #D68971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68971

Black with #D68971

Text Example


Text Example

White with #D68971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68971; }

 p { color: rgb(214,137,113); }

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

background-color css

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

 a { background-color: rgb(214,137,113); }

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

border-color css

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

 span { border-color: rgb(214,137,113); }

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