#D5672E

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

Shades of Gold Drop #D5672E

Tints of Gold Drop #D5672E

Color information

#D5672E (or 0xD5672E) is unknown color: approx Gold Drop. HEX triplet: D5, 67 and 2E. RGB value is (213,103,46). Sum of RGB (Red+Green+Blue) = 213+103+46=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5672E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5672E is #2A98D1. Grayscale: #818181. Windows color (decimal): -2791634 or 3041237. OLE color: 3041237.

HSL color Cylindrical-coordinate representation of color #D5672E: hue angle of 20.48º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5672E is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21310346-
CMYK00.520.780.16
HSL20.48º66.53%50.78%-
HSV(B)20.48º78.4%83.53%-
XYZ32.7824.045.5-
YUV129.3980.94187.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 103 (40.62% from 255) = 28.45%
BLUE value IS 46 (18.36% from 255) = 12.71%
R=58.84%
G=28.45%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131034600.520.780.1620.4866.5350.78
HexD5672E0344E10144333
Octal32514756064116202410363
Binary1101010111001111011100110100100111010000101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5672E; }

 p { color: rgb(213,103,46); }

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

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

 a { background-color: rgb(213,103,46); }

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

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

 span { border-color: rgb(213,103,46); }

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