Html Css Color HEX #DB8F66 Copper

📋 copy color: '#DB8F66'

red 219 ◦ green 143 ◦ blue 102

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

Shades of Copper #DB8F66

Tints of Copper #DB8F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.82%

 BLUE value IS 102 (40.23% from 255) = 21.98%

R = 47.2%
G = 30.82%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8F66 (or 0xDB8F66) is known color: Copper. HEX triplet: DB, 8F and 66. RGB value is (219,143,102). Sum of RGB (Red+Green+Blue) = 219+143+102=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 102 (40.23% from 255 or 21.98% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F66 is #247099. Grayscale: #A1A1A1. Windows color (decimal): -2388122 or 6721499. OLE color: 6721499.

HSL color Cylindrical-coordinate representation of color #DB8F66: hue angle of 21.03º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB8F66 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 143 102 -
CMYK 0 0.35 0.53 0.14
HSL 21.03º 0.62% 0.63% -
HSV(B) 21.03º 0.53% 0.86% -
XYZ 41.43 35.66 17.27 -
YUV 161.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 219 143 102 0 0.35 0.53 0.14 21.03 0.62 0.63
Hex DB 8F 66 0 23 35 E 15 3E 3F
Octal 333 217 146 0 43 65 16 25 76 77
Binary 11011011 10001111 1100110 0 100011 110101 1110 10101 111110 111111

Color Harmonies of #DB8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F66

Black with #DB8F66

Text Example


Text Example

White with #DB8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F66; }

 p { color: rgb(219,143,102); }

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

background-color css

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

 a { background-color: rgb(219,143,102); }

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

border-color css

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

 span { border-color: rgb(219,143,102); }

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