Html Css Color HEX #DB8967 Copper

📋 copy color: '#DB8967'

red 219 ◦ green 137 ◦ blue 103

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

Shades of Copper #DB8967

Tints of Copper #DB8967

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 103 (40.63% from 255) = 22.44%

R = 47.71%
G = 29.85%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8967 (or 0xDB8967) is known color: Copper. HEX triplet: DB, 89 and 67. RGB value is (219,137,103). Sum of RGB (Red+Green+Blue) = 219+137+103=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 103 (40.62% from 255 or 22.44% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8967 is #247698. Grayscale: #9D9D9D. Windows color (decimal): -2389657 or 6785499. OLE color: 6785499.

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

Color convert

RGB 219 137 103 -
CMYK 0 0.37 0.53 0.14
HSL 17.59º 0.62% 0.63% -
HSV(B) 17.59º 0.53% 0.86% -
XYZ 40.61 33.93 17.24 -
YUV 157.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 219 137 103 0 0.37 0.53 0.14 17.59 0.62 0.63
Hex DB 89 67 0 25 35 E 12 3E 3F
Octal 333 211 147 0 45 65 16 22 76 77
Binary 11011011 10001001 1100111 0 100101 110101 1110 10010 111110 111111

Color Harmonies of #DB8967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8967

Black with #DB8967

Text Example


Text Example

White with #DB8967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8967; }

 p { color: rgb(219,137,103); }

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

background-color css

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

 a { background-color: rgb(219,137,103); }

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

border-color css

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

 span { border-color: rgb(219,137,103); }

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