Html Css Color HEX #D9866B Copper

📋 copy color: '#D9866B'

red 217 ◦ green 134 ◦ blue 107

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

Shades of Copper #D9866B

Tints of Copper #D9866B

RGB

 RED value IS 217 (85.16% from 255) = 47.38%

 GREEN value IS 134 (52.73% from 255) = 29.26%

 BLUE value IS 107 (42.19% from 255) = 23.36%

R = 47.38%
G = 29.26%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9866B (or 0xD9866B) is known color: Copper. HEX triplet: D9, 86 and 6B. RGB value is (217,134,107). Sum of RGB (Red+Green+Blue) = 217+134+107=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D9866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9866B is #267994. Grayscale: #9B9B9B. Windows color (decimal): -2521493 or 7046873. OLE color: 7046873.

HSL color Cylindrical-coordinate representation of color #D9866B: hue angle of 14.73º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9866B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 107 -
CMYK 0 0.38 0.51 0.15
HSL 14.73º 0.59% 0.64% -
HSV(B) 14.73º 0.51% 0.85% -
XYZ 39.79 32.86 18.16 -
YUV 155.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 217 134 107 0 0.38 0.51 0.15 14.73 0.59 0.64
Hex D9 86 6B 0 26 33 F F 3B 40
Octal 331 206 153 0 46 63 17 17 73 100
Binary 11011001 10000110 1101011 0 100110 110011 1111 1111 111011 1000000

Color Harmonies of #D9866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9866B

Black with #D9866B

Text Example


Text Example

White with #D9866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9866B; }

 p { color: rgb(217,134,107); }

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

background-color css

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

 a { background-color: rgb(217,134,107); }

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

border-color css

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

 span { border-color: rgb(217,134,107); }

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