Html Css Color HEX #D9856B Copper

📋 copy color: '#D9856B'

red 217 ◦ green 133 ◦ blue 107

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

Shades of Copper #D9856B

Tints of Copper #D9856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 47.48%
G = 29.1%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9856B (or 0xD9856B) is known color: Copper. HEX triplet: D9, 85 and 6B. RGB value is (217,133,107). Sum of RGB (Red+Green+Blue) = 217+133+107=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9856B is #267A94. Grayscale: #9B9B9B. Windows color (decimal): -2521749 or 7046617. OLE color: 7046617.

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

Color convert

RGB 217 133 107 -
CMYK 0 0.39 0.51 0.15
HSL 14.18º 0.59% 0.64% -
HSV(B) 14.18º 0.51% 0.85% -
XYZ 39.66 32.59 18.11 -
YUV 155.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 217 133 107 0 0.39 0.51 0.15 14.18 0.59 0.64
Hex D9 85 6B 0 27 33 F E 3B 40
Octal 331 205 153 0 47 63 17 16 73 100
Binary 11011001 10000101 1101011 0 100111 110011 1111 1110 111011 1000000

Color Harmonies of #D9856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9856B

Black with #D9856B

Text Example


Text Example

White with #D9856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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