Html Css Color HEX #D68C69 Copper

📋 copy color: '#D68C69'

red 214 ◦ green 140 ◦ blue 105

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

Shades of Copper #D68C69

Tints of Copper #D68C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

 BLUE value IS 105 (41.41% from 255) = 22.88%

R = 46.62%
G = 30.5%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68C69 (or 0xD68C69) is known color: Copper. HEX triplet: D6, 8C and 69. RGB value is (214,140,105). Sum of RGB (Red+Green+Blue) = 214+140+105=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C69 is #297396. Grayscale: #9E9E9E. Windows color (decimal): -2716567 or 6917334. OLE color: 6917334.

HSL color Cylindrical-coordinate representation of color #D68C69: hue angle of 19.27º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68C69 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 105 -
CMYK 0 0.35 0.51 0.16
HSL 19.27º 0.57% 0.63% -
HSV(B) 19.27º 0.51% 0.84% -
XYZ 39.66 34.07 17.85 -
YUV 158.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 214 140 105 0 0.35 0.51 0.16 19.27 0.57 0.63
Hex D6 8C 69 0 23 33 10 13 39 3F
Octal 326 214 151 0 43 63 20 23 71 77
Binary 11010110 10001100 1101001 0 100011 110011 10000 10011 111001 111111

Color Harmonies of #D68C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C69

Black with #D68C69

Text Example


Text Example

White with #D68C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C69; }

 p { color: rgb(214,140,105); }

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

background-color css

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

 a { background-color: rgb(214,140,105); }

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

border-color css

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

 span { border-color: rgb(214,140,105); }

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