Html Css Color HEX #D88F6D Copper

📋 copy color: '#D88F6D'

red 216 ◦ green 143 ◦ blue 109

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

Shades of Copper #D88F6D

Tints of Copper #D88F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.56%

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

R = 46.15%
G = 30.56%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D88F6D (or 0xD88F6D) is known color: Copper. HEX triplet: D8, 8F and 6D. RGB value is (216,143,109). Sum of RGB (Red+Green+Blue) = 216+143+109=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F6D is #277092. Grayscale: #A1A1A1. Windows color (decimal): -2584723 or 7180248. OLE color: 7180248.

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

Color convert

RGB 216 143 109 -
CMYK 0 0.34 0.50 0.15
HSL 19.07º 0.58% 0.64% -
HSV(B) 19.07º 0.5% 0.85% -
XYZ 40.9 35.35 19.14 -
YUV 160.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 216 143 109 0 0.34 0.50 0.15 19.07 0.58 0.64
Hex D8 8F 6D 0 22 32 F 13 3A 40
Octal 330 217 155 0 42 62 17 23 72 100
Binary 11011000 10001111 1101101 0 100010 110010 1111 10011 111010 1000000

Color Harmonies of #D88F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F6D

Black with #D88F6D

Text Example


Text Example

White with #D88F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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