Html Css Color HEX #D88968 Copper

📋 copy color: '#D88968'

red 216 ◦ green 137 ◦ blue 104

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

Shades of Copper #D88968

Tints of Copper #D88968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.98%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 47.26%
G = 29.98%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88968 (or 0xD88968) is known color: Copper. HEX triplet: D8, 89 and 68. RGB value is (216,137,104). Sum of RGB (Red+Green+Blue) = 216+137+104=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D88968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88968 is #277697. Grayscale: #9D9D9D. Windows color (decimal): -2586264 or 6851032. OLE color: 6851032.

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

Color convert

RGB 216 137 104 -
CMYK 0 0.37 0.52 0.15
HSL 17.68º 0.59% 0.63% -
HSV(B) 17.68º 0.52% 0.85% -
XYZ 39.76 33.49 17.47 -
YUV 156.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 216 137 104 0 0.37 0.52 0.15 17.68 0.59 0.63
Hex D8 89 68 0 25 34 F 12 3B 3F
Octal 330 211 150 0 45 64 17 22 73 77
Binary 11011000 10001001 1101000 0 100101 110100 1111 10010 111011 111111

Color Harmonies of #D88968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88968

Black with #D88968

Text Example


Text Example

White with #D88968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88968; }

 p { color: rgb(216,137,104); }

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

background-color css

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

 a { background-color: rgb(216,137,104); }

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

border-color css

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

 span { border-color: rgb(216,137,104); }

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