Html Css Color HEX #DB875B Copper

📋 copy color: '#DB875B'

red 219 ◦ green 135 ◦ blue 91

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

Shades of Copper #DB875B

Tints of Copper #DB875B

RGB

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

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

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

R = 49.21%
G = 30.34%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB875B (or 0xDB875B) is known color: Copper. HEX triplet: DB, 87 and 5B. RGB value is (219,135,91). Sum of RGB (Red+Green+Blue) = 219+135+91=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB875B is #2478A4. Grayscale: #9B9B9B. Windows color (decimal): -2390181 or 5998555. OLE color: 5998555.

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

Color convert

RGB 219 135 91 -
CMYK 0 0.38 0.58 0.14
HSL 20.63º 0.64% 0.61% -
HSV(B) 20.63º 0.58% 0.86% -
XYZ 39.77 33.14 14.2 -
YUV 155.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 219 135 91 0 0.38 0.58 0.14 20.63 0.64 0.61
Hex DB 87 5B 0 26 3A E 15 40 3D
Octal 333 207 133 0 46 72 16 25 100 75
Binary 11011011 10000111 1011011 0 100110 111010 1110 10101 1000000 111101

Color Harmonies of #DB875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB875B

Black with #DB875B

Text Example


Text Example

White with #DB875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB875B; }

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

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

background-color css

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

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

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

border-color css

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

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

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