Html Css Color HEX #D88A6E Copper

📋 copy color: '#D88A6E'

red 216 ◦ green 138 ◦ blue 110

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

Shades of Copper #D88A6E

Tints of Copper #D88A6E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 46.55%
G = 29.74%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D88A6E (or 0xD88A6E) is known color: Copper. HEX triplet: D8, 8A and 6E. RGB value is (216,138,110). Sum of RGB (Red+Green+Blue) = 216+138+110=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A6E is #277591. Grayscale: #9E9E9E. Windows color (decimal): -2586002 or 7244504. OLE color: 7244504.

HSL color Cylindrical-coordinate representation of color #D88A6E: hue angle of 15.85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D88A6E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 138 110 -
CMYK 0 0.36 0.49 0.15
HSL 15.85º 0.58% 0.64% -
HSV(B) 15.85º 0.49% 0.85% -
XYZ 40.22 33.9 19.18 -
YUV 158.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 216 138 110 0 0.36 0.49 0.15 15.85 0.58 0.64
Hex D8 8A 6E 0 24 31 F 10 3A 40
Octal 330 212 156 0 44 61 17 20 72 100
Binary 11011000 10001010 1101110 0 100100 110001 1111 10000 111010 1000000

Color Harmonies of #D88A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A6E

Black with #D88A6E

Text Example


Text Example

White with #D88A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A6E; }

 p { color: rgb(216,138,110); }

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

background-color css

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

 a { background-color: rgb(216,138,110); }

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

border-color css

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

 span { border-color: rgb(216,138,110); }

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