Html Css Color HEX #DB946B Copper

📋 copy color: '#DB946B'

red 219 ◦ green 148 ◦ blue 107

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

Shades of Copper #DB946B

Tints of Copper #DB946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.22%

 BLUE value IS 107 (42.19% from 255) = 22.57%

R = 46.2%
G = 31.22%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB946B (or 0xDB946B) is known color: Copper. HEX triplet: DB, 94 and 6B. RGB value is (219,148,107). Sum of RGB (Red+Green+Blue) = 219+148+107=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB946B is #246B94. Grayscale: #A4A4A4. Windows color (decimal): -2386837 or 7050459. OLE color: 7050459.

HSL color Cylindrical-coordinate representation of color #DB946B: hue angle of 21.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB946B is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 107 -
CMYK 0 0.32 0.51 0.14
HSL 21.96º 0.61% 0.64% -
HSV(B) 21.96º 0.51% 0.86% -
XYZ 42.46 37.3 18.87 -
YUV 164.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 219 148 107 0 0.32 0.51 0.14 21.96 0.61 0.64
Hex DB 94 6B 0 20 33 E 16 3D 40
Octal 333 224 153 0 40 63 16 26 75 100
Binary 11011011 10010100 1101011 0 100000 110011 1110 10110 111101 1000000

Color Harmonies of #DB946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB946B

Black with #DB946B

Text Example


Text Example

White with #DB946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB946B; }

 p { color: rgb(219,148,107); }

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

background-color css

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

 a { background-color: rgb(219,148,107); }

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

border-color css

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

 span { border-color: rgb(219,148,107); }

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