Html Css Color HEX #DB8664 Copper

📋 copy color: '#DB8664'

red 219 ◦ green 134 ◦ blue 100

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

Shades of Copper #DB8664

Tints of Copper #DB8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.08%

R = 48.34%
G = 29.58%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8664 (or 0xDB8664) is known color: Copper. HEX triplet: DB, 86 and 64. RGB value is (219,134,100). Sum of RGB (Red+Green+Blue) = 219+134+100=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8664 is #24799B. Grayscale: #9B9B9B. Windows color (decimal): -2390428 or 6588123. OLE color: 6588123.

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

Color convert

RGB 219 134 100 -
CMYK 0 0.39 0.54 0.14
HSL 17.14º 0.62% 0.63% -
HSV(B) 17.14º 0.54% 0.86% -
XYZ 40.04 33.03 16.32 -
YUV 155.54 96.66 173.26 -
System Red Green Blue C M Y K H S L
Decimal 219 134 100 0 0.39 0.54 0.14 17.14 0.62 0.63
Hex DB 86 64 0 27 36 E 11 3E 3F
Octal 333 206 144 0 47 66 16 21 76 77
Binary 11011011 10000110 1100100 0 100111 110110 1110 10001 111110 111111

Color Harmonies of #DB8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8664

Black with #DB8664

Text Example


Text Example

White with #DB8664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8664; }

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

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

background-color css

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

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

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

border-color css

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

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

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