Html Css Color HEX #DB8C61 Copper

📋 copy color: '#DB8C61'

red 219 ◦ green 140 ◦ blue 97

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

Shades of Copper #DB8C61

Tints of Copper #DB8C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 97 (38.28% from 255) = 21.27%

R = 48.03%
G = 30.7%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB8C61 (or 0xDB8C61) is known color: Copper. HEX triplet: DB, 8C and 61. RGB value is (219,140,97). Sum of RGB (Red+Green+Blue) = 219+140+97=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C61 is #24739E. Grayscale: #9E9E9E. Windows color (decimal): -2388895 or 6393051. OLE color: 6393051.

HSL color Cylindrical-coordinate representation of color #DB8C61: hue angle of 21.15º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB8C61 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 140 97 -
CMYK 0 0.36 0.56 0.14
HSL 21.15º 0.63% 0.62% -
HSV(B) 21.15º 0.56% 0.86% -
XYZ 40.75 34.68 15.86 -
YUV 158.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 219 140 97 0 0.36 0.56 0.14 21.15 0.63 0.62
Hex DB 8C 61 0 24 38 E 15 3F 3E
Octal 333 214 141 0 44 70 16 25 77 76
Binary 11011011 10001100 1100001 0 100100 111000 1110 10101 111111 111110

Color Harmonies of #DB8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C61

Black with #DB8C61

Text Example


Text Example

White with #DB8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C61; }

 p { color: rgb(219,140,97); }

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

background-color css

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

 a { background-color: rgb(219,140,97); }

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

border-color css

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

 span { border-color: rgb(219,140,97); }

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