Html Css Color HEX #DA835F Copper

📋 copy color: '#DA835F'

red 218 ◦ green 131 ◦ blue 95

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

Shades of Copper #DA835F

Tints of Copper #DA835F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.4%

R = 49.1%
G = 29.5%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA835F (or 0xDA835F) is known color: Copper. HEX triplet: DA, 83 and 5F. RGB value is (218,131,95). Sum of RGB (Red+Green+Blue) = 218+131+95=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 95 (37.5% from 255 or 21.40% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA835F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA835F is #257CA0. Grayscale: #999999. Windows color (decimal): -2456737 or 6259674. OLE color: 6259674.

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

Color convert

RGB 218 131 95 -
CMYK 0 0.40 0.56 0.15
HSL 17.56º 0.62% 0.61% -
HSV(B) 17.56º 0.56% 0.85% -
XYZ 39.1 31.96 14.94 -
YUV 152.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 218 131 95 0 0.40 0.56 0.15 17.56 0.62 0.61
Hex DA 83 5F 0 28 38 F 12 3E 3D
Octal 332 203 137 0 50 70 17 22 76 75
Binary 11011010 10000011 1011111 0 101000 111000 1111 10010 111110 111101

Color Harmonies of #DA835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA835F

Black with #DA835F

Text Example


Text Example

White with #DA835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA835F; }

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

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

background-color css

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

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

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

border-color css

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

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

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