Html Css Color HEX #DB836A Copper

📋 copy color: '#DB836A'

red 219 ◦ green 131 ◦ blue 106

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

Shades of Copper #DB836A

Tints of Copper #DB836A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 48.03%
G = 28.73%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB836A (or 0xDB836A) is known color: Copper. HEX triplet: DB, 83 and 6A. RGB value is (219,131,106). Sum of RGB (Red+Green+Blue) = 219+131+106=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB836A is #247C95. Grayscale: #9A9A9A. Windows color (decimal): -2391190 or 6980571. OLE color: 6980571.

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

Color convert

RGB 219 131 106 -
CMYK 0 0.40 0.52 0.14
HSL 13.27º 0.61% 0.64% -
HSV(B) 13.27º 0.52% 0.86% -
XYZ 39.93 32.33 17.77 -
YUV 154.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 219 131 106 0 0.40 0.52 0.14 13.27 0.61 0.64
Hex DB 83 6A 0 28 34 E D 3D 40
Octal 333 203 152 0 50 64 16 15 75 100
Binary 11011011 10000011 1101010 0 101000 110100 1110 1101 111101 1000000

Color Harmonies of #DB836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB836A

Black with #DB836A

Text Example


Text Example

White with #DB836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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