Html Css Color HEX #D68769 Copper

📋 copy color: '#D68769'

red 214 ◦ green 135 ◦ blue 105

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

Shades of Copper #D68769

Tints of Copper #D68769

RGB

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

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

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

R = 47.14%
G = 29.74%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D68769 (or 0xD68769) is known color: Copper. HEX triplet: D6, 87 and 69. RGB value is (214,135,105). Sum of RGB (Red+Green+Blue) = 214+135+105=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D68769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68769 is #297896. Grayscale: #9B9B9B. Windows color (decimal): -2717847 or 6916054. OLE color: 6916054.

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

Color convert

RGB 214 135 105 -
CMYK 0 0.37 0.51 0.16
HSL 16.51º 0.57% 0.63% -
HSV(B) 16.51º 0.51% 0.84% -
XYZ 38.95 32.64 17.61 -
YUV 155.2 99.67 169.94 -
System Red Green Blue C M Y K H S L
Decimal 214 135 105 0 0.37 0.51 0.16 16.51 0.57 0.63
Hex D6 87 69 0 25 33 10 11 39 3F
Octal 326 207 151 0 45 63 20 21 71 77
Binary 11010110 10000111 1101001 0 100101 110011 10000 10001 111001 111111

Color Harmonies of #D68769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68769

Black with #D68769

Text Example


Text Example

White with #D68769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68769; }

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

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

background-color css

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

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

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

border-color css

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

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

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