Html Css Color HEX #DA826A Copper

📋 copy color: '#DA826A'

red 218 ◦ green 130 ◦ blue 106

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

Shades of Copper #DA826A

Tints of Copper #DA826A

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

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

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

R = 48.02%
G = 28.63%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA826A (or 0xDA826A) is known color: Copper. HEX triplet: DA, 82 and 6A. RGB value is (218,130,106). Sum of RGB (Red+Green+Blue) = 218+130+106=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA826A is #257D95. Grayscale: #999999. Windows color (decimal): -2456982 or 6980314. OLE color: 6980314.

HSL color Cylindrical-coordinate representation of color #DA826A: hue angle of 12.86º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA826A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 106 -
CMYK 0 0.40 0.51 0.15
HSL 12.86º 0.6% 0.64% -
HSV(B) 12.86º 0.51% 0.85% -
XYZ 39.5 31.91 17.71 -
YUV 153.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 218 130 106 0 0.40 0.51 0.15 12.86 0.6 0.64
Hex DA 82 6A 0 28 33 F D 3C 40
Octal 332 202 152 0 50 63 17 15 74 100
Binary 11011010 10000010 1101010 0 101000 110011 1111 1101 111100 1000000

Color Harmonies of #DA826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA826A

Black with #DA826A

Text Example


Text Example

White with #DA826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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