Html Css Color HEX #D68964 Copper

📋 copy color: '#D68964'

red 214 ◦ green 137 ◦ blue 100

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

Shades of Copper #D68964

Tints of Copper #D68964

RGB

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

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

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

R = 47.45%
G = 30.38%
B = 22.17%

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

#D68964 (or 0xD68964) is known color: Copper. HEX triplet: D6, 89 and 64. RGB value is (214,137,100). Sum of RGB (Red+Green+Blue) = 214+137+100=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D68964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68964 is #29769B. Grayscale: #9C9C9C. Windows color (decimal): -2717340 or 6588886. OLE color: 6588886.

HSL color Cylindrical-coordinate representation of color #D68964: hue angle of 19.47º 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 #D68964 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 137 100 -
CMYK 0 0.36 0.53 0.16
HSL 19.47º 0.58% 0.62% -
HSV(B) 19.47º 0.53% 0.84% -
XYZ 38.98 33.11 16.39 -
YUV 155.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 214 137 100 0 0.36 0.53 0.16 19.47 0.58 0.62
Hex D6 89 64 0 24 35 10 13 3A 3E
Octal 326 211 144 0 44 65 20 23 72 76
Binary 11010110 10001001 1100100 0 100100 110101 10000 10011 111010 111110

Color Harmonies of #D68964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68964

Black with #D68964

Text Example


Text Example

White with #D68964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68964; }

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

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

background-color css

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

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

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

border-color css

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

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

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