Html Css Color HEX #D88D64 Copper

📋 copy color: '#D88D64'

red 216 ◦ green 141 ◦ blue 100

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

Shades of Copper #D88D64

Tints of Copper #D88D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.85%

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 47.26%
G = 30.85%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D88D64 (or 0xD88D64) is known color: Copper. HEX triplet: D8, 8D and 64. RGB value is (216,141,100). Sum of RGB (Red+Green+Blue) = 216+141+100=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D64 is #27729B. Grayscale: #9E9E9E. Windows color (decimal): -2585244 or 6589912. OLE color: 6589912.

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

Color convert

RGB 216 141 100 -
CMYK 0 0.35 0.54 0.15
HSL 21.21º 0.6% 0.62% -
HSV(B) 21.21º 0.54% 0.85% -
XYZ 40.14 34.57 16.61 -
YUV 158.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 216 141 100 0 0.35 0.54 0.15 21.21 0.6 0.62
Hex D8 8D 64 0 23 36 F 15 3C 3E
Octal 330 215 144 0 43 66 17 25 74 76
Binary 11011000 10001101 1100100 0 100011 110110 1111 10101 111100 111110

Color Harmonies of #D88D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D64

Black with #D88D64

Text Example


Text Example

White with #D88D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D64; }

 p { color: rgb(216,141,100); }

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

background-color css

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

 a { background-color: rgb(216,141,100); }

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

border-color css

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

 span { border-color: rgb(216,141,100); }

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