Html Css Color HEX #DB9469 Copper

📋 copy color: '#DB9469'

red 219 ◦ green 148 ◦ blue 105

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

Shades of Copper #DB9469

Tints of Copper #DB9469

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

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

R = 46.4%
G = 31.36%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9469 (or 0xDB9469) is known color: Copper. HEX triplet: DB, 94 and 69. RGB value is (219,148,105). Sum of RGB (Red+Green+Blue) = 219+148+105=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9469 is #246B96. Grayscale: #A4A4A4. Windows color (decimal): -2386839 or 6919387. OLE color: 6919387.

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

Color convert

RGB 219 148 105 -
CMYK 0 0.32 0.52 0.14
HSL 22.63º 0.61% 0.64% -
HSV(B) 22.63º 0.52% 0.86% -
XYZ 42.35 37.26 18.32 -
YUV 164.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 219 148 105 0 0.32 0.52 0.14 22.63 0.61 0.64
Hex DB 94 69 0 20 34 E 17 3D 40
Octal 333 224 151 0 40 64 16 27 75 100
Binary 11011011 10010100 1101001 0 100000 110100 1110 10111 111101 1000000

Color Harmonies of #DB9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9469

Black with #DB9469

Text Example


Text Example

White with #DB9469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9469; }

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

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

background-color css

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

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

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

border-color css

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

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

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