Html Css Color HEX #DB8F65 Copper

📋 copy color: '#DB8F65'

red 219 ◦ green 143 ◦ blue 101

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

Shades of Copper #DB8F65

Tints of Copper #DB8F65

RGB

 RED value IS 219 (85.94% from 255) = 47.3%

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

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

R = 47.3%
G = 30.89%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8F65 (or 0xDB8F65) is known color: Copper. HEX triplet: DB, 8F and 65. RGB value is (219,143,101). Sum of RGB (Red+Green+Blue) = 219+143+101=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F65 is #24709A. Grayscale: #A1A1A1. Windows color (decimal): -2388123 or 6655963. OLE color: 6655963.

HSL color Cylindrical-coordinate representation of color #DB8F65: hue angle of 21.36º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB8F65 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 101 -
CMYK 0 0.35 0.54 0.14
HSL 21.36º 0.62% 0.63% -
HSV(B) 21.36º 0.54% 0.86% -
XYZ 41.38 35.64 17.01 -
YUV 160.94 94.18 169.42 -
System Red Green Blue C M Y K H S L
Decimal 219 143 101 0 0.35 0.54 0.14 21.36 0.62 0.63
Hex DB 8F 65 0 23 36 E 15 3E 3F
Octal 333 217 145 0 43 66 16 25 76 77
Binary 11011011 10001111 1100101 0 100011 110110 1110 10101 111110 111111

Color Harmonies of #DB8F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F65

Black with #DB8F65

Text Example


Text Example

White with #DB8F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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