Html Css Color HEX #D68864 Copper

📋 copy color: '#D68864'

red 214 ◦ green 136 ◦ blue 100

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

Shades of Copper #D68864

Tints of Copper #D68864

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 100 (39.45% from 255) = 22.22%

R = 47.56%
G = 30.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D68864 (or 0xD68864) is known color: Copper. HEX triplet: D6, 88 and 64. RGB value is (214,136,100). Sum of RGB (Red+Green+Blue) = 214+136+100=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D68864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68864 is #29779B. Grayscale: #9B9B9B. Windows color (decimal): -2717596 or 6588630. OLE color: 6588630.

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

Color convert

RGB 214 136 100 -
CMYK 0 0.36 0.53 0.16
HSL 18.95º 0.58% 0.62% -
HSV(B) 18.95º 0.53% 0.84% -
XYZ 38.84 32.82 16.35 -
YUV 155.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 214 136 100 0 0.36 0.53 0.16 18.95 0.58 0.62
Hex D6 88 64 0 24 35 10 13 3A 3E
Octal 326 210 144 0 44 65 20 23 72 76
Binary 11010110 10001000 1100100 0 100100 110101 10000 10011 111010 111110

Color Harmonies of #D68864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68864

Black with #D68864

Text Example


Text Example

White with #D68864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68864; }

 p { color: rgb(214,136,100); }

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

background-color css

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

 a { background-color: rgb(214,136,100); }

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

border-color css

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

 span { border-color: rgb(214,136,100); }

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