Html Css Color HEX #DB8669 Copper

📋 copy color: '#DB8669'

red 219 ◦ green 134 ◦ blue 105

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

Shades of Copper #DB8669

Tints of Copper #DB8669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.26%

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

R = 47.82%
G = 29.26%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB8669 (or 0xDB8669) is known color: Copper. HEX triplet: DB, 86 and 69. RGB value is (219,134,105). Sum of RGB (Red+Green+Blue) = 219+134+105=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8669 is #247996. Grayscale: #9C9C9C. Windows color (decimal): -2390423 or 6915803. OLE color: 6915803.

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

Color convert

RGB 219 134 105 -
CMYK 0 0.39 0.52 0.14
HSL 15.26º 0.61% 0.64% -
HSV(B) 15.26º 0.52% 0.86% -
XYZ 40.29 33.13 17.64 -
YUV 156.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 219 134 105 0 0.39 0.52 0.14 15.26 0.61 0.64
Hex DB 86 69 0 27 34 E F 3D 40
Octal 333 206 151 0 47 64 16 17 75 100
Binary 11011011 10000110 1101001 0 100111 110100 1110 1111 111101 1000000

Color Harmonies of #DB8669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8669

Black with #DB8669

Text Example


Text Example

White with #DB8669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8669; }

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

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

background-color css

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

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

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

border-color css

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

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

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