Html Css Color HEX #D88A6D Copper

📋 copy color: '#D88A6D'

red 216 ◦ green 138 ◦ blue 109

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

Shades of Copper #D88A6D

Tints of Copper #D88A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 46.65%
G = 29.81%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D88A6D (or 0xD88A6D) is known color: Copper. HEX triplet: D8, 8A and 6D. RGB value is (216,138,109). Sum of RGB (Red+Green+Blue) = 216+138+109=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A6D is #277592. Grayscale: #9E9E9E. Windows color (decimal): -2586003 or 7178968. OLE color: 7178968.

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

Color convert

RGB 216 138 109 -
CMYK 0 0.36 0.50 0.15
HSL 16.26º 0.58% 0.64% -
HSV(B) 16.26º 0.5% 0.85% -
XYZ 40.17 33.88 18.89 -
YUV 158.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 216 138 109 0 0.36 0.50 0.15 16.26 0.58 0.64
Hex D8 8A 6D 0 24 32 F 10 3A 40
Octal 330 212 155 0 44 62 17 20 72 100
Binary 11011000 10001010 1101101 0 100100 110010 1111 10000 111010 1000000

Color Harmonies of #D88A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A6D

Black with #D88A6D

Text Example


Text Example

White with #D88A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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