#DB672C

Color #DB672C Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #DB672C

Tints of Gold Drop #DB672C

Color information

#DB672C (or 0xDB672C) is unknown color: approx Gold Drop. HEX triplet: DB, 67 and 2C. RGB value is (219,103,44). Sum of RGB (Red+Green+Blue) = 219+103+44=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB672C is #2498D3. Grayscale: #838383. Windows color (decimal): -2398420 or 2910171. OLE color: 2910171.

HSL color Cylindrical-coordinate representation of color #DB672C: hue angle of 20.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB672C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB21910344-
CMYK00.530.800.14
HSL20.23º70.85%51.57%-
HSV(B)20.23º79.91%85.88%-
XYZ34.5224.945.38-
YUV130.9678.93190.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.84%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 44 (17.58% from 255) = 12.02%
R=59.84%
G=28.14%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191034400.530.800.1420.2370.8551.57
HexDB672C03550E144734
Octal33314754065120162410764
Binary110110111100111101100011010110100001110101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB672C; }

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

 H1.HeaderClassName
 {
   color: #DB672C;
 }
 .AnyTagClassName
 {
   color: #DB672C;
 }
</style>
background-color css

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

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

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

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

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

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