Html Css Color HEX #DB916F Copper

📋 copy color: '#DB916F'

red 219 ◦ green 145 ◦ blue 111

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

Shades of Copper #DB916F

Tints of Copper #DB916F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.53%

 BLUE value IS 111 (43.75% from 255) = 23.37%

R = 46.11%
G = 30.53%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB916F (or 0xDB916F) is known color: Copper. HEX triplet: DB, 91 and 6F. RGB value is (219,145,111). Sum of RGB (Red+Green+Blue) = 219+145+111=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB916F is #246E90. Grayscale: #A3A3A3. Windows color (decimal): -2387601 or 7311835. OLE color: 7311835.

HSL color Cylindrical-coordinate representation of color #DB916F: hue angle of 18.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB916F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 145 111 -
CMYK 0 0.34 0.49 0.14
HSL 18.89º 0.6% 0.65% -
HSV(B) 18.89º 0.49% 0.86% -
XYZ 42.21 36.46 19.85 -
YUV 163.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 219 145 111 0 0.34 0.49 0.14 18.89 0.6 0.65
Hex DB 91 6F 0 22 31 E 13 3C 41
Octal 333 221 157 0 42 61 16 23 74 101
Binary 11011011 10010001 1101111 0 100010 110001 1110 10011 111100 1000001

Color Harmonies of #DB916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB916F

Black with #DB916F

Text Example


Text Example

White with #DB916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB916F; }

 p { color: rgb(219,145,111); }

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

background-color css

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

 a { background-color: rgb(219,145,111); }

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

border-color css

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

 span { border-color: rgb(219,145,111); }

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