Html Css Color HEX #DA865B Copper

📋 copy color: '#DA865B'

red 218 ◦ green 134 ◦ blue 91

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

Shades of Copper #DA865B

Tints of Copper #DA865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 49.21%
G = 30.25%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA865B (or 0xDA865B) is known color: Copper. HEX triplet: DA, 86 and 5B. RGB value is (218,134,91). Sum of RGB (Red+Green+Blue) = 218+134+91=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA865B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA865B is #2579A4. Grayscale: #9A9A9A. Windows color (decimal): -2455973 or 5998298. OLE color: 5998298.

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

Color convert

RGB 218 134 91 -
CMYK 0 0.39 0.58 0.15
HSL 20.31º 0.63% 0.61% -
HSV(B) 20.31º 0.58% 0.85% -
XYZ 39.33 32.71 14.14 -
YUV 154.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 218 134 91 0 0.39 0.58 0.15 20.31 0.63 0.61
Hex DA 86 5B 0 27 3A F 14 3F 3D
Octal 332 206 133 0 47 72 17 24 77 75
Binary 11011010 10000110 1011011 0 100111 111010 1111 10100 111111 111101

Color Harmonies of #DA865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA865B

Black with #DA865B

Text Example


Text Example

White with #DA865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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