Html Css Color HEX #D68960 Copper

📋 copy color: '#D68960'

red 214 ◦ green 137 ◦ blue 96

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

Shades of Copper #D68960

Tints of Copper #D68960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 47.87%
G = 30.65%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D68960 (or 0xD68960) is known color: Copper. HEX triplet: D6, 89 and 60. RGB value is (214,137,96). Sum of RGB (Red+Green+Blue) = 214+137+96=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68960 is #29769F. Grayscale: #9B9B9B. Windows color (decimal): -2717344 or 6326742. OLE color: 6326742.

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

Color convert

RGB 214 137 96 -
CMYK 0 0.36 0.55 0.16
HSL 20.85º 0.59% 0.61% -
HSV(B) 20.85º 0.55% 0.84% -
XYZ 38.79 33.03 15.4 -
YUV 155.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 214 137 96 0 0.36 0.55 0.16 20.85 0.59 0.61
Hex D6 89 60 0 24 37 10 15 3B 3D
Octal 326 211 140 0 44 67 20 25 73 75
Binary 11010110 10001001 1100000 0 100100 110111 10000 10101 111011 111101

Color Harmonies of #D68960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68960

Black with #D68960

Text Example


Text Example

White with #D68960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68960; }

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

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

background-color css

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

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

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

border-color css

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

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

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