Html Css Color HEX #DA855B Copper

📋 copy color: '#DA855B'

red 218 ◦ green 133 ◦ blue 91

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

Shades of Copper #DA855B

Tints of Copper #DA855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.09%

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

R = 49.32%
G = 30.09%
B = 20.59%

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

#DA855B (or 0xDA855B) is known color: Copper. HEX triplet: DA, 85 and 5B. RGB value is (218,133,91). Sum of RGB (Red+Green+Blue) = 218+133+91=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA855B is #257AA4. Grayscale: #999999. Windows color (decimal): -2456229 or 5998042. OLE color: 5998042.

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

Color convert

RGB 218 133 91 -
CMYK 0 0.39 0.58 0.15
HSL 19.84º 0.63% 0.61% -
HSV(B) 19.84º 0.58% 0.85% -
XYZ 39.19 32.44 14.09 -
YUV 153.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 218 133 91 0 0.39 0.58 0.15 19.84 0.63 0.61
Hex DA 85 5B 0 27 3A F 14 3F 3D
Octal 332 205 133 0 47 72 17 24 77 75
Binary 11011010 10000101 1011011 0 100111 111010 1111 10100 111111 111101

Color Harmonies of #DA855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA855B

Black with #DA855B

Text Example


Text Example

White with #DA855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA855B; }

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

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

background-color css

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

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

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

border-color css

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

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

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