Html Css Color HEX #DA875A Copper

📋 copy color: '#DA875A'

red 218 ◦ green 135 ◦ blue 90

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

Shades of Copper #DA875A

Tints of Copper #DA875A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

 BLUE value IS 90 (35.55% from 255) = 20.32%

R = 49.21%
G = 30.47%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA875A (or 0xDA875A) is known color: Copper. HEX triplet: DA, 87 and 5A. RGB value is (218,135,90). Sum of RGB (Red+Green+Blue) = 218+135+90=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA875A is #2578A5. Grayscale: #9A9A9A. Windows color (decimal): -2455718 or 5933018. OLE color: 5933018.

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

Color convert

RGB 218 135 90 -
CMYK 0 0.38 0.59 0.15
HSL 21.09º 0.63% 0.6% -
HSV(B) 21.09º 0.59% 0.85% -
XYZ 39.42 32.97 13.96 -
YUV 154.69 91.5 173.16 -
System Red Green Blue C M Y K H S L
Decimal 218 135 90 0 0.38 0.59 0.15 21.09 0.63 0.6
Hex DA 87 5A 0 26 3B F 15 3F 3C
Octal 332 207 132 0 46 73 17 25 77 74
Binary 11011010 10000111 1011010 0 100110 111011 1111 10101 111111 111100

Color Harmonies of #DA875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA875A

Black with #DA875A

Text Example


Text Example

White with #DA875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA875A; }

 p { color: rgb(218,135,90); }

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

background-color css

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

 a { background-color: rgb(218,135,90); }

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

border-color css

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

 span { border-color: rgb(218,135,90); }

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