Html Css Color HEX #DB936B Copper

📋 copy color: '#DB936B'

red 219 ◦ green 147 ◦ blue 107

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

Shades of Copper #DB936B

Tints of Copper #DB936B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

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

R = 46.3%
G = 31.08%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB936B (or 0xDB936B) is known color: Copper. HEX triplet: DB, 93 and 6B. RGB value is (219,147,107). Sum of RGB (Red+Green+Blue) = 219+147+107=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936B is #246C94. Grayscale: #A4A4A4. Windows color (decimal): -2387093 or 7050203. OLE color: 7050203.

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

Color convert

RGB 219 147 107 -
CMYK 0 0.33 0.51 0.14
HSL 21.43º 0.61% 0.64% -
HSV(B) 21.43º 0.51% 0.86% -
XYZ 42.3 36.99 18.82 -
YUV 163.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 219 147 107 0 0.33 0.51 0.14 21.43 0.61 0.64
Hex DB 93 6B 0 21 33 E 15 3D 40
Octal 333 223 153 0 41 63 16 25 75 100
Binary 11011011 10010011 1101011 0 100001 110011 1110 10101 111101 1000000

Color Harmonies of #DB936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB936B

Black with #DB936B

Text Example


Text Example

White with #DB936B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB936B; }

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

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

background-color css

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

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

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

border-color css

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

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

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