Html Css Color HEX #D9866D Copper

📋 copy color: '#D9866D'

red 217 ◦ green 134 ◦ blue 109

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

Shades of Copper #D9866D

Tints of Copper #D9866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 47.17%
G = 29.13%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9866D (or 0xD9866D) is known color: Copper. HEX triplet: D9, 86 and 6D. RGB value is (217,134,109). Sum of RGB (Red+Green+Blue) = 217+134+109=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D9866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9866D is #267992. Grayscale: #9C9C9C. Windows color (decimal): -2521491 or 7177945. OLE color: 7177945.

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

Color convert

RGB 217 134 109 -
CMYK 0 0.38 0.50 0.15
HSL 13.89º 0.59% 0.64% -
HSV(B) 13.89º 0.5% 0.85% -
XYZ 39.9 32.91 18.72 -
YUV 155.97 101.5 171.53 -
System Red Green Blue C M Y K H S L
Decimal 217 134 109 0 0.38 0.50 0.15 13.89 0.59 0.64
Hex D9 86 6D 0 26 32 F E 3B 40
Octal 331 206 155 0 46 62 17 16 73 100
Binary 11011001 10000110 1101101 0 100110 110010 1111 1110 111011 1000000

Color Harmonies of #D9866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9866D

Black with #D9866D

Text Example


Text Example

White with #D9866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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