Html Css Color HEX #DB8569 Copper

📋 copy color: '#DB8569'

red 219 ◦ green 133 ◦ blue 105

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

Shades of Copper #DB8569

Tints of Copper #DB8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.1%

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

R = 47.92%
G = 29.1%
B = 22.98%

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

#DB8569 (or 0xDB8569) is known color: Copper. HEX triplet: DB, 85 and 69. RGB value is (219,133,105). Sum of RGB (Red+Green+Blue) = 219+133+105=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8569 is #247A96. Grayscale: #9B9B9B. Windows color (decimal): -2390679 or 6915547. OLE color: 6915547.

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

Color convert

RGB 219 133 105 -
CMYK 0 0.39 0.52 0.14
HSL 14.74º 0.61% 0.64% -
HSV(B) 14.74º 0.52% 0.86% -
XYZ 40.15 32.86 17.59 -
YUV 155.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 219 133 105 0 0.39 0.52 0.14 14.74 0.61 0.64
Hex DB 85 69 0 27 34 E F 3D 40
Octal 333 205 151 0 47 64 16 17 75 100
Binary 11011011 10000101 1101001 0 100111 110100 1110 1111 111101 1000000

Color Harmonies of #DB8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8569

Black with #DB8569

Text Example


Text Example

White with #DB8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8569; }

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

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

background-color css

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

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

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

border-color css

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

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

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