Html Css Color HEX #D88F65 Copper

📋 copy color: '#D88F65'

red 216 ◦ green 143 ◦ blue 101

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

Shades of Copper #D88F65

Tints of Copper #D88F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.96%

R = 46.96%
G = 31.09%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88F65 (or 0xD88F65) is known color: Copper. HEX triplet: D8, 8F and 65. RGB value is (216,143,101). Sum of RGB (Red+Green+Blue) = 216+143+101=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F65 is #27709A. Grayscale: #A0A0A0. Windows color (decimal): -2584731 or 6655960. OLE color: 6655960.

HSL color Cylindrical-coordinate representation of color #D88F65: hue angle of 21.91º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D88F65 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 101 -
CMYK 0 0.34 0.53 0.15
HSL 21.91º 0.6% 0.62% -
HSV(B) 21.91º 0.53% 0.85% -
XYZ 40.49 35.18 16.97 -
YUV 160.04 94.68 167.92 -
System Red Green Blue C M Y K H S L
Decimal 216 143 101 0 0.34 0.53 0.15 21.91 0.6 0.62
Hex D8 8F 65 0 22 35 F 16 3C 3E
Octal 330 217 145 0 42 65 17 26 74 76
Binary 11011000 10001111 1100101 0 100010 110101 1111 10110 111100 111110

Color Harmonies of #D88F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F65

Black with #D88F65

Text Example


Text Example

White with #D88F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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