Html Css Color HEX #DB8F64 Copper

📋 copy color: '#DB8F64'

red 219 ◦ green 143 ◦ blue 100

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

Shades of Copper #DB8F64

Tints of Copper #DB8F64

RGB

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

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

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

R = 47.4%
G = 30.95%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8F64 (or 0xDB8F64) is known color: Copper. HEX triplet: DB, 8F and 64. RGB value is (219,143,100). Sum of RGB (Red+Green+Blue) = 219+143+100=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F64 is #24709B. Grayscale: #A1A1A1. Windows color (decimal): -2388124 or 6590427. OLE color: 6590427.

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

Color convert

RGB 219 143 100 -
CMYK 0 0.35 0.54 0.14
HSL 21.68º 0.62% 0.63% -
HSV(B) 21.68º 0.54% 0.86% -
XYZ 41.34 35.63 16.75 -
YUV 160.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 219 143 100 0 0.35 0.54 0.14 21.68 0.62 0.63
Hex DB 8F 64 0 23 36 E 16 3E 3F
Octal 333 217 144 0 43 66 16 26 76 77
Binary 11011011 10001111 1100100 0 100011 110110 1110 10110 111110 111111

Color Harmonies of #DB8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F64

Black with #DB8F64

Text Example


Text Example

White with #DB8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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