Html Css Color HEX #D88B65 Copper

📋 copy color: '#D88B65'

red 216 ◦ green 139 ◦ blue 101

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

Shades of Copper #D88B65

Tints of Copper #D88B65

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

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

R = 47.37%
G = 30.48%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D88B65 (or 0xD88B65) is known color: Copper. HEX triplet: D8, 8B and 65. RGB value is (216,139,101). Sum of RGB (Red+Green+Blue) = 216+139+101=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B65 is #27749A. Grayscale: #9D9D9D. Windows color (decimal): -2585755 or 6654936. OLE color: 6654936.

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

Color convert

RGB 216 139 101 -
CMYK 0 0.36 0.53 0.15
HSL 19.83º 0.6% 0.62% -
HSV(B) 19.83º 0.53% 0.85% -
XYZ 39.9 34 16.77 -
YUV 157.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 216 139 101 0 0.36 0.53 0.15 19.83 0.6 0.62
Hex D8 8B 65 0 24 35 F 14 3C 3E
Octal 330 213 145 0 44 65 17 24 74 76
Binary 11011000 10001011 1100101 0 100100 110101 1111 10100 111100 111110

Color Harmonies of #D88B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88B65

Black with #D88B65

Text Example


Text Example

White with #D88B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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