Html Css Color HEX #D68763 Copper

📋 copy color: '#D68763'

red 214 ◦ green 135 ◦ blue 99

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

Shades of Copper #D68763

Tints of Copper #D68763

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.13%

 BLUE value IS 99 (39.06% from 255) = 22.1%

R = 47.77%
G = 30.13%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D68763 (or 0xD68763) is known color: Copper. HEX triplet: D6, 87 and 63. RGB value is (214,135,99). Sum of RGB (Red+Green+Blue) = 214+135+99=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D68763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68763 is #29789C. Grayscale: #9A9A9A. Windows color (decimal): -2717853 or 6522838. OLE color: 6522838.

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

Color convert

RGB 214 135 99 -
CMYK 0 0.37 0.54 0.16
HSL 18.78º 0.58% 0.61% -
HSV(B) 18.78º 0.54% 0.84% -
XYZ 38.65 32.52 16.05 -
YUV 154.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 214 135 99 0 0.37 0.54 0.16 18.78 0.58 0.61
Hex D6 87 63 0 25 36 10 13 3A 3D
Octal 326 207 143 0 45 66 20 23 72 75
Binary 11010110 10000111 1100011 0 100101 110110 10000 10011 111010 111101

Color Harmonies of #D68763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68763

Black with #D68763

Text Example


Text Example

White with #D68763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68763; }

 p { color: rgb(214,135,99); }

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

background-color css

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

 a { background-color: rgb(214,135,99); }

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

border-color css

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

 span { border-color: rgb(214,135,99); }

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