Html Css Color HEX #D88668 Copper

📋 copy color: '#D88668'

red 216 ◦ green 134 ◦ blue 104

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

Shades of Copper #D88668

Tints of Copper #D88668

RGB

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

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

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

R = 47.58%
G = 29.52%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D88668 (or 0xD88668) is known color: Copper. HEX triplet: D8, 86 and 68. RGB value is (216,134,104). Sum of RGB (Red+Green+Blue) = 216+134+104=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D88668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88668 is #277997. Grayscale: #9B9B9B. Windows color (decimal): -2587032 or 6850264. OLE color: 6850264.

HSL color Cylindrical-coordinate representation of color #D88668: hue angle of 16.07º 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 #D88668 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 104 -
CMYK 0 0.38 0.52 0.15
HSL 16.07º 0.59% 0.63% -
HSV(B) 16.07º 0.52% 0.85% -
XYZ 39.34 32.65 17.32 -
YUV 155.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 216 134 104 0 0.38 0.52 0.15 16.07 0.59 0.63
Hex D8 86 68 0 26 34 F 10 3B 3F
Octal 330 206 150 0 46 64 17 20 73 77
Binary 11011000 10000110 1101000 0 100110 110100 1111 10000 111011 111111

Color Harmonies of #D88668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88668

Black with #D88668

Text Example


Text Example

White with #D88668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88668; }

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

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

background-color css

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

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

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

border-color css

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

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

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