Html Css Color HEX #DB826A Copper

📋 copy color: '#DB826A'

red 219 ◦ green 130 ◦ blue 106

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

Shades of Copper #DB826A

Tints of Copper #DB826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 48.13%
G = 28.57%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB826A (or 0xDB826A) is known color: Copper. HEX triplet: DB, 82 and 6A. RGB value is (219,130,106). Sum of RGB (Red+Green+Blue) = 219+130+106=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826A is #247D95. Grayscale: #9A9A9A. Windows color (decimal): -2391446 or 6980315. OLE color: 6980315.

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

Color convert

RGB 219 130 106 -
CMYK 0 0.41 0.52 0.14
HSL 12.74º 0.61% 0.64% -
HSV(B) 12.74º 0.52% 0.86% -
XYZ 39.8 32.07 17.73 -
YUV 153.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 219 130 106 0 0.41 0.52 0.14 12.74 0.61 0.64
Hex DB 82 6A 0 29 34 E D 3D 40
Octal 333 202 152 0 51 64 16 15 75 100
Binary 11011011 10000010 1101010 0 101001 110100 1110 1101 111101 1000000

Color Harmonies of #DB826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826A

Black with #DB826A

Text Example


Text Example

White with #DB826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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