Html Css Color HEX #DB8969 Copper

📋 copy color: '#DB8969'

red 219 ◦ green 137 ◦ blue 105

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

Shades of Copper #DB8969

Tints of Copper #DB8969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.78%

R = 47.51%
G = 29.72%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB8969 (or 0xDB8969) is known color: Copper. HEX triplet: DB, 89 and 69. RGB value is (219,137,105). Sum of RGB (Red+Green+Blue) = 219+137+105=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8969 is #247696. Grayscale: #9E9E9E. Windows color (decimal): -2389655 or 6916571. OLE color: 6916571.

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

Color convert

RGB 219 137 105 -
CMYK 0 0.37 0.52 0.14
HSL 16.84º 0.61% 0.64% -
HSV(B) 16.84º 0.52% 0.86% -
XYZ 40.71 33.97 17.78 -
YUV 157.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 219 137 105 0 0.37 0.52 0.14 16.84 0.61 0.64
Hex DB 89 69 0 25 34 E 11 3D 40
Octal 333 211 151 0 45 64 16 21 75 100
Binary 11011011 10001001 1101001 0 100101 110100 1110 10001 111101 1000000

Color Harmonies of #DB8969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8969

Black with #DB8969

Text Example


Text Example

White with #DB8969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8969; }

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

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

background-color css

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

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

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

border-color css

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

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

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