Html Css Color HEX #DB8265 Copper

📋 copy color: '#DB8265'

red 219 ◦ green 130 ◦ blue 101

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

Shades of Copper #DB8265

Tints of Copper #DB8265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 48.67%
G = 28.89%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8265 (or 0xDB8265) is known color: Copper. HEX triplet: DB, 82 and 65. RGB value is (219,130,101). Sum of RGB (Red+Green+Blue) = 219+130+101=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 101 (39.84% from 255 or 22.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8265 is #247D9A. Grayscale: #999999. Windows color (decimal): -2391451 or 6652635. OLE color: 6652635.

HSL color Cylindrical-coordinate representation of color #DB8265: hue angle of 14.75º 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 #DB8265 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 130 101 -
CMYK 0 0.41 0.54 0.14
HSL 14.75º 0.62% 0.63% -
HSV(B) 14.75º 0.54% 0.86% -
XYZ 39.55 31.96 16.4 -
YUV 153.31 98.49 174.86 -
System Red Green Blue C M Y K H S L
Decimal 219 130 101 0 0.41 0.54 0.14 14.75 0.62 0.63
Hex DB 82 65 0 29 36 E F 3E 3F
Octal 333 202 145 0 51 66 16 17 76 77
Binary 11011011 10000010 1100101 0 101001 110110 1110 1111 111110 111111

Color Harmonies of #DB8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8265

Black with #DB8265

Text Example


Text Example

White with #DB8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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