Html Css Color HEX #DB8369 Copper

📋 copy color: '#DB8369'

red 219 ◦ green 131 ◦ blue 105

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

Shades of Copper #DB8369

Tints of Copper #DB8369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 48.13%
G = 28.79%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB8369 (or 0xDB8369) is known color: Copper. HEX triplet: DB, 83 and 69. RGB value is (219,131,105). Sum of RGB (Red+Green+Blue) = 219+131+105=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8369 is #247C96. Grayscale: #9A9A9A. Windows color (decimal): -2391191 or 6915035. OLE color: 6915035.

HSL color Cylindrical-coordinate representation of color #DB8369: hue angle of 13.68º 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 #DB8369 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 105 -
CMYK 0 0.40 0.52 0.14
HSL 13.68º 0.61% 0.64% -
HSV(B) 13.68º 0.52% 0.86% -
XYZ 39.88 32.31 17.5 -
YUV 154.35 100.15 174.11 -
System Red Green Blue C M Y K H S L
Decimal 219 131 105 0 0.40 0.52 0.14 13.68 0.61 0.64
Hex DB 83 69 0 28 34 E E 3D 40
Octal 333 203 151 0 50 64 16 16 75 100
Binary 11011011 10000011 1101001 0 101000 110100 1110 1110 111101 1000000

Color Harmonies of #DB8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8369

Black with #DB8369

Text Example


Text Example

White with #DB8369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8369; }

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

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

background-color css

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

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

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

border-color css

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

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

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