Html Css Color HEX #DB7F67 Copper

📋 copy color: '#DB7F67'

red 219 ◦ green 127 ◦ blue 103

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

Shades of Copper #DB7F67

Tints of Copper #DB7F67

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

 BLUE value IS 103 (40.63% from 255) = 22.94%

R = 48.78%
G = 28.29%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB7F67 (or 0xDB7F67) is known color: Copper. HEX triplet: DB, 7F and 67. RGB value is (219,127,103). Sum of RGB (Red+Green+Blue) = 219+127+103=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F67 is #248098. Grayscale: #979797. Windows color (decimal): -2392217 or 6782939. OLE color: 6782939.

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

Color convert

RGB 219 127 103 -
CMYK 0 0.42 0.53 0.14
HSL 12.41º 0.62% 0.63% -
HSV(B) 12.41º 0.53% 0.86% -
XYZ 39.25 31.22 16.79 -
YUV 151.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 219 127 103 0 0.42 0.53 0.14 12.41 0.62 0.63
Hex DB 7F 67 0 2A 35 E C 3E 3F
Octal 333 177 147 0 52 65 16 14 76 77
Binary 11011011 1111111 1100111 0 101010 110101 1110 1100 111110 111111

Color Harmonies of #DB7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F67

Black with #DB7F67

Text Example


Text Example

White with #DB7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F67; }

 p { color: rgb(219,127,103); }

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

background-color css

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

 a { background-color: rgb(219,127,103); }

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

border-color css

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

 span { border-color: rgb(219,127,103); }

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