Html Css Color HEX #D9855F Copper

📋 copy color: '#D9855F'

red 217 ◦ green 133 ◦ blue 95

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

Shades of Copper #D9855F

Tints of Copper #D9855F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.35%

R = 48.76%
G = 29.89%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9855F (or 0xD9855F) is known color: Copper. HEX triplet: D9, 85 and 5F. RGB value is (217,133,95). Sum of RGB (Red+Green+Blue) = 217+133+95=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D9855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9855F is #267AA0. Grayscale: #9A9A9A. Windows color (decimal): -2521761 or 6260185. OLE color: 6260185.

HSL color Cylindrical-coordinate representation of color #D9855F: hue angle of 18.69º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9855F is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 133 95 -
CMYK 0 0.39 0.56 0.15
HSL 18.69º 0.62% 0.61% -
HSV(B) 18.69º 0.56% 0.85% -
XYZ 39.07 32.35 15.01 -
YUV 153.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 217 133 95 0 0.39 0.56 0.15 18.69 0.62 0.61
Hex D9 85 5F 0 27 38 F 13 3E 3D
Octal 331 205 137 0 47 70 17 23 76 75
Binary 11011001 10000101 1011111 0 100111 111000 1111 10011 111110 111101

Color Harmonies of #D9855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9855F

Black with #D9855F

Text Example


Text Example

White with #D9855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9855F; }

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

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

background-color css

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

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

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

border-color css

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

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

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