Html Css Color HEX #DA865F Copper

📋 copy color: '#DA865F'

red 218 ◦ green 134 ◦ blue 95

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

Shades of Copper #DA865F

Tints of Copper #DA865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.98%

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

R = 48.77%
G = 29.98%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA865F (or 0xDA865F) is known color: Copper. HEX triplet: DA, 86 and 5F. RGB value is (218,134,95). Sum of RGB (Red+Green+Blue) = 218+134+95=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA865F is #2579A0. Grayscale: #9A9A9A. Windows color (decimal): -2455969 or 6260442. OLE color: 6260442.

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

Color convert

RGB 218 134 95 -
CMYK 0 0.39 0.56 0.15
HSL 19.02º 0.62% 0.61% -
HSV(B) 19.02º 0.56% 0.85% -
XYZ 39.5 32.78 15.07 -
YUV 154.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 218 134 95 0 0.39 0.56 0.15 19.02 0.62 0.61
Hex DA 86 5F 0 27 38 F 13 3E 3D
Octal 332 206 137 0 47 70 17 23 76 75
Binary 11011010 10000110 1011111 0 100111 111000 1111 10011 111110 111101

Color Harmonies of #DA865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA865F

Black with #DA865F

Text Example


Text Example

White with #DA865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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