Html Css Color HEX #D88A6C Copper

📋 copy color: '#D88A6C'

red 216 ◦ green 138 ◦ blue 108

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

Shades of Copper #D88A6C

Tints of Copper #D88A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.38%

R = 46.75%
G = 29.87%
B = 23.38%

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

#D88A6C (or 0xD88A6C) is known color: Copper. HEX triplet: D8, 8A and 6C. RGB value is (216,138,108). Sum of RGB (Red+Green+Blue) = 216+138+108=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88A6C is #277593. Grayscale: #9E9E9E. Windows color (decimal): -2586004 or 7113432. OLE color: 7113432.

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

Color convert

RGB 216 138 108 -
CMYK 0 0.36 0.50 0.15
HSL 16.67º 0.58% 0.64% -
HSV(B) 16.67º 0.5% 0.85% -
XYZ 40.11 33.86 18.61 -
YUV 157.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 216 138 108 0 0.36 0.50 0.15 16.67 0.58 0.64
Hex D8 8A 6C 0 24 32 F 11 3A 40
Octal 330 212 154 0 44 62 17 21 72 100
Binary 11011000 10001010 1101100 0 100100 110010 1111 10001 111010 1000000

Color Harmonies of #D88A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A6C

Black with #D88A6C

Text Example


Text Example

White with #D88A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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