Html Css Color HEX #D88A6B Copper

📋 copy color: '#D88A6B'

red 216 ◦ green 138 ◦ blue 107

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

Shades of Copper #D88A6B

Tints of Copper #D88A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.21%

R = 46.85%
G = 29.93%
B = 23.21%

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

#D88A6B (or 0xD88A6B) is known color: Copper. HEX triplet: D8, 8A and 6B. RGB value is (216,138,107). Sum of RGB (Red+Green+Blue) = 216+138+107=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A6B is #277594. Grayscale: #9D9D9D. Windows color (decimal): -2586005 or 7047896. OLE color: 7047896.

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

Color convert

RGB 216 138 107 -
CMYK 0 0.36 0.50 0.15
HSL 17.06º 0.58% 0.63% -
HSV(B) 17.06º 0.5% 0.85% -
XYZ 40.06 33.84 18.33 -
YUV 157.79 99.34 169.52 -
System Red Green Blue C M Y K H S L
Decimal 216 138 107 0 0.36 0.50 0.15 17.06 0.58 0.63
Hex D8 8A 6B 0 24 32 F 11 3A 3F
Octal 330 212 153 0 44 62 17 21 72 77
Binary 11011000 10001010 1101011 0 100100 110010 1111 10001 111010 111111

Color Harmonies of #D88A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A6B

Black with #D88A6B

Text Example


Text Example

White with #D88A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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