Html Css Color HEX #DA836A Copper

📋 copy color: '#DA836A'

red 218 ◦ green 131 ◦ blue 106

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

Shades of Copper #DA836A

Tints of Copper #DA836A

RGB

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

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

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

R = 47.91%
G = 28.79%
B = 23.3%

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

#DA836A (or 0xDA836A) is known color: Copper. HEX triplet: DA, 83 and 6A. RGB value is (218,131,106). Sum of RGB (Red+Green+Blue) = 218+131+106=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836A is #257C95. Grayscale: #9A9A9A. Windows color (decimal): -2456726 or 6980570. OLE color: 6980570.

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

Color convert

RGB 218 131 106 -
CMYK 0 0.40 0.51 0.15
HSL 13.39º 0.6% 0.64% -
HSV(B) 13.39º 0.51% 0.85% -
XYZ 39.63 32.18 17.76 -
YUV 154.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 218 131 106 0 0.40 0.51 0.15 13.39 0.6 0.64
Hex DA 83 6A 0 28 33 F D 3C 40
Octal 332 203 152 0 50 63 17 15 74 100
Binary 11011010 10000011 1101010 0 101000 110011 1111 1101 111100 1000000

Color Harmonies of #DA836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA836A

Black with #DA836A

Text Example


Text Example

White with #DA836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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