Html Css Color HEX #DB936A Copper

📋 copy color: '#DB936A'

red 219 ◦ green 147 ◦ blue 106

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

Shades of Copper #DB936A

Tints of Copper #DB936A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 46.4%
G = 31.14%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB936A (or 0xDB936A) is known color: Copper. HEX triplet: DB, 93 and 6A. RGB value is (219,147,106). Sum of RGB (Red+Green+Blue) = 219+147+106=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB936A is #246C95. Grayscale: #A4A4A4. Windows color (decimal): -2387094 or 6984667. OLE color: 6984667.

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

Color convert

RGB 219 147 106 -
CMYK 0 0.33 0.52 0.14
HSL 21.77º 0.61% 0.64% -
HSV(B) 21.77º 0.52% 0.86% -
XYZ 42.25 36.97 18.54 -
YUV 163.85 95.35 167.33 -
System Red Green Blue C M Y K H S L
Decimal 219 147 106 0 0.33 0.52 0.14 21.77 0.61 0.64
Hex DB 93 6A 0 21 34 E 16 3D 40
Octal 333 223 152 0 41 64 16 26 75 100
Binary 11011011 10010011 1101010 0 100001 110100 1110 10110 111101 1000000

Color Harmonies of #DB936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB936A

Black with #DB936A

Text Example


Text Example

White with #DB936A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB936A; }

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

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

background-color css

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

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

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

border-color css

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

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

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