Html Css Color HEX #DB875A Copper

📋 copy color: '#DB875A'

red 219 ◦ green 135 ◦ blue 90

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

Shades of Copper #DB875A

Tints of Copper #DB875A

RGB

 RED value IS 219 (85.94% from 255) = 49.32%

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

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

R = 49.32%
G = 30.41%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DB875A (or 0xDB875A) is known color: Copper. HEX triplet: DB, 87 and 5A. RGB value is (219,135,90). Sum of RGB (Red+Green+Blue) = 219+135+90=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DB875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB875A is #2478A5. Grayscale: #9B9B9B. Windows color (decimal): -2390182 or 5933019. OLE color: 5933019.

HSL color Cylindrical-coordinate representation of color #DB875A: hue angle of 20.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB875A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 90 -
CMYK 0 0.38 0.59 0.14
HSL 20.93º 0.64% 0.61% -
HSV(B) 20.93º 0.59% 0.86% -
XYZ 39.72 33.13 13.97 -
YUV 154.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 219 135 90 0 0.38 0.59 0.14 20.93 0.64 0.61
Hex DB 87 5A 0 26 3B E 15 40 3D
Octal 333 207 132 0 46 73 16 25 100 75
Binary 11011011 10000111 1011010 0 100110 111011 1110 10101 1000000 111101

Color Harmonies of #DB875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB875A

Black with #DB875A

Text Example


Text Example

White with #DB875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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