Html Css Color HEX #D88861 Copper

📋 copy color: '#D88861'

red 216 ◦ green 136 ◦ blue 97

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

Shades of Copper #D88861

Tints of Copper #D88861

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

 GREEN value IS 136 (53.52% from 255) = 30.29%

 BLUE value IS 97 (38.28% from 255) = 21.6%

R = 48.11%
G = 30.29%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D88861 (or 0xD88861) is known color: Copper. HEX triplet: D8, 88 and 61. RGB value is (216,136,97). Sum of RGB (Red+Green+Blue) = 216+136+97=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88861 is #27779E. Grayscale: #9B9B9B. Windows color (decimal): -2586527 or 6392024. OLE color: 6392024.

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

Color convert

RGB 216 136 97 -
CMYK 0 0.37 0.55 0.15
HSL 19.66º 0.6% 0.61% -
HSV(B) 19.66º 0.55% 0.85% -
XYZ 39.28 33.07 15.62 -
YUV 155.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 216 136 97 0 0.37 0.55 0.15 19.66 0.6 0.61
Hex D8 88 61 0 25 37 F 14 3C 3D
Octal 330 210 141 0 45 67 17 24 74 75
Binary 11011000 10001000 1100001 0 100101 110111 1111 10100 111100 111101

Color Harmonies of #D88861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88861

Black with #D88861

Text Example


Text Example

White with #D88861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88861; }

 p { color: rgb(216,136,97); }

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

background-color css

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

 a { background-color: rgb(216,136,97); }

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

border-color css

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

 span { border-color: rgb(216,136,97); }

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