Html Css Color HEX #DB9369 Copper

📋 copy color: '#DB9369'

red 219 ◦ green 147 ◦ blue 105

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

Shades of Copper #DB9369

Tints of Copper #DB9369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.21%

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

R = 46.5%
G = 31.21%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9369 (or 0xDB9369) is known color: Copper. HEX triplet: DB, 93 and 69. RGB value is (219,147,105). Sum of RGB (Red+Green+Blue) = 219+147+105=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9369 is #246C96. Grayscale: #A3A3A3. Windows color (decimal): -2387095 or 6919131. OLE color: 6919131.

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

Color convert

RGB 219 147 105 -
CMYK 0 0.33 0.52 0.14
HSL 22.11º 0.61% 0.64% -
HSV(B) 22.11º 0.52% 0.86% -
XYZ 42.2 36.95 18.27 -
YUV 163.74 94.85 167.42 -
System Red Green Blue C M Y K H S L
Decimal 219 147 105 0 0.33 0.52 0.14 22.11 0.61 0.64
Hex DB 93 69 0 21 34 E 16 3D 40
Octal 333 223 151 0 41 64 16 26 75 100
Binary 11011011 10010011 1101001 0 100001 110100 1110 10110 111101 1000000

Color Harmonies of #DB9369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9369

Black with #DB9369

Text Example


Text Example

White with #DB9369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9369; }

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

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

background-color css

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

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

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

border-color css

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

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

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