Html Css Color HEX #DA875C Copper

📋 copy color: '#DA875C'

red 218 ◦ green 135 ◦ blue 92

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

Shades of Copper #DA875C

Tints of Copper #DA875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 48.99%
G = 30.34%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA875C (or 0xDA875C) is known color: Copper. HEX triplet: DA, 87 and 5C. RGB value is (218,135,92). Sum of RGB (Red+Green+Blue) = 218+135+92=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA875C is #2578A3. Grayscale: #9B9B9B. Windows color (decimal): -2455716 or 6064090. OLE color: 6064090.

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

Color convert

RGB 218 135 92 -
CMYK 0 0.38 0.58 0.15
HSL 20.48º 0.63% 0.61% -
HSV(B) 20.48º 0.58% 0.85% -
XYZ 39.51 33.01 14.41 -
YUV 154.92 92.5 173 -
System Red Green Blue C M Y K H S L
Decimal 218 135 92 0 0.38 0.58 0.15 20.48 0.63 0.61
Hex DA 87 5C 0 26 3A F 14 3F 3D
Octal 332 207 134 0 46 72 17 24 77 75
Binary 11011010 10000111 1011100 0 100110 111010 1111 10100 111111 111101

Color Harmonies of #DA875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA875C

Black with #DA875C

Text Example


Text Example

White with #DA875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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