Html Css Color HEX #DA836B Copper

📋 copy color: '#DA836B'

red 218 ◦ green 131 ◦ blue 107

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

Shades of Copper #DA836B

Tints of Copper #DA836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.46%

R = 47.81%
G = 28.73%
B = 23.46%

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

#DA836B (or 0xDA836B) is known color: Copper. HEX triplet: DA, 83 and 6B. RGB value is (218,131,107). Sum of RGB (Red+Green+Blue) = 218+131+107=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA836B is #257C94. Grayscale: #9A9A9A. Windows color (decimal): -2456725 or 7046106. OLE color: 7046106.

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

Color convert

RGB 218 131 107 -
CMYK 0 0.40 0.51 0.15
HSL 12.97º 0.6% 0.64% -
HSV(B) 12.97º 0.51% 0.85% -
XYZ 39.68 32.2 18.03 -
YUV 154.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 218 131 107 0 0.40 0.51 0.15 12.97 0.6 0.64
Hex DA 83 6B 0 28 33 F D 3C 40
Octal 332 203 153 0 50 63 17 15 74 100
Binary 11011010 10000011 1101011 0 101000 110011 1111 1101 111100 1000000

Color Harmonies of #DA836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA836B

Black with #DA836B

Text Example


Text Example

White with #DA836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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